Skip to content

Commit

Permalink
update workflow files & docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Mar 6, 2025
1 parent f8600e9 commit 164f099
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"

- name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"

- uses: golangci/golangci-lint-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"

- run: go test -v -timeout=30s -parallel=8 -coverprofile=coverage.txt -coverpkg=./... ./...

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"

- uses: hetznercloud/tps-action@main

Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache:

build:
stage: build
image: golang:1.23
image: golang:1.24
script:
- go env
- go mod download
Expand All @@ -35,6 +35,6 @@ test:lint:

test:unit:
stage: test
image: golang:1.23
image: golang:1.24
script:
- make test

0 comments on commit 164f099

Please sign in to comment.