Skip to content

Commit 7c6c81a

Browse files
committed
CI: switch to Go 1.24
Signed-off-by: Nicola Murino <[email protected]>
1 parent 0e0cfd6 commit 7c6c81a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/development.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
go: ['1.23']
18+
go: ['1.24']
1919
os: [ubuntu-latest, macos-latest]
2020

2121
steps:
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up Go
120120
uses: actions/setup-go@v5
121121
with:
122-
go-version: '1.23'
122+
go-version: '1.24'
123123

124124
- name: Build
125125
run: |
@@ -326,7 +326,7 @@ jobs:
326326
- name: Set up Go
327327
uses: actions/setup-go@v5
328328
with:
329-
go-version: '1.23'
329+
go-version: '1.24'
330330

331331
- name: Build
332332
run: |
@@ -390,7 +390,7 @@ jobs:
390390
- name: Set up Go
391391
uses: actions/setup-go@v5
392392
with:
393-
go-version: '1.23'
393+
go-version: '1.24'
394394

395395
- name: Build
396396
run: |
@@ -611,7 +611,7 @@ jobs:
611611
- name: Set up Go
612612
uses: actions/setup-go@v5
613613
with:
614-
go-version: '1.23'
614+
go-version: '1.24'
615615
- uses: actions/checkout@v4
616616
- name: Run golangci-lint
617617
uses: golangci/golangci-lint-action@v6

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
env:
12-
GO_VERSION: 1.23.6
12+
GO_VERSION: 1.24.0
1313

1414
jobs:
1515
prepare-sources-with-deps:

0 commit comments

Comments
 (0)