There was an error while loading. Please reload this page.
2 parents 38711e7 + daef6e6 commit 1b7bf50Copy full SHA for 1b7bf50
2 files changed
.github/workflows/devstack.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up Go
30
uses: actions/setup-go@v5
31
with:
32
- go-version: "1.23.x"
+ go-version: "1.24.x"
33
cache-dependency-path: |
34
./go.sum
35
./external-dns/go.sum
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
- go-version: 1.23.x
+ go-version: 1.24.x
16
cache: false
17
- uses: actions/checkout@v4
18
- name: golangci-lint
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Go
41
42
43
44
45
- name: Run Goreleaser
46
if: ${{ github.event_name != 'pull_request' }}
0 commit comments