Skip to content

Commit c6df5df

Browse files
authored
Merge pull request #133 from github/update-go-1.24.0
Update Go to 1.24.0.
2 parents bc47c38 + aabf326 commit c6df5df

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.21.6
22+
go-version-file: ./go.mod
2323
- name: Install Pkger
2424
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2525
- name: Build
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: 1.21.6
40+
go-version-file: ./go.mod
4141
- name: Test
4242
run: go test ./...
4343

@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Go
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: 1.21.6
54+
go-version-file: ./go.mod
5555
- name: Build
5656
run: go build
5757
- name: Test
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Go
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: 1.21.6
71+
go-version-file: ./go.mod
7272
- name: Check Modules
7373
run: |
7474
go mod tidy
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup Go
9191
uses: actions/setup-go@v5
9292
with:
93-
go-version: 1.21.6
93+
go-version-file: ./go.mod
9494
- name: Setup licensedci
9595
uses: jonabc/setup-licensed@v1
9696
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.21.6
20+
go-version-file: ./go.mod
2121
- name: Install Pkger
2222
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2323
- name: Release

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/github/codeql-action-sync
22

3-
go 1.21
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
github.com/go-git/go-git/v5 v5.13.2

0 commit comments

Comments
 (0)