Skip to content

Commit

Permalink
Switch back to latest, cut down testing time
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Feb 10, 2025
1 parent 1d873af commit 470fb11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ jobs:
with:
go-version: "1.23.1"

- name: Update repos
run: sudo apt update && sudo apt upgrade

- name: Install build tools
run: sudo apt install -y make git npm gulp libpam0g-dev

- name: Install NPM tools
working-directory: adminui/frontend
run: npm install

- name: build
run: make release

- name: Test with the Go CLI
run: go test -exec sudo -v ./...

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# hadolint ignore=DL3007
FROM golang:1.24rc3-bookworm AS builder
FROM golang:latest AS builder

# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down

0 comments on commit 470fb11

Please sign in to comment.