Skip to content

Commit 1b7bf50

Browse files
authored
Merge pull request #54 from inovex/g124tests
ci: use Go 1.24 also for tests
2 parents 38711e7 + daef6e6 commit 1b7bf50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/devstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: "1.23.x"
32+
go-version: "1.24.x"
3333
cache-dependency-path: |
3434
./go.sum
3535
./external-dns/go.sum

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23.x
15+
go-version: 1.24.x
1616
cache: false
1717
- uses: actions/checkout@v4
1818
- name: golangci-lint
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Go
4141
uses: actions/setup-go@v5
4242
with:
43-
go-version: 1.23.x
43+
go-version: 1.24.x
4444

4545
- name: Run Goreleaser
4646
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)