Skip to content

Commit e1f80c8

Browse files
committed
bump go version in CI
1 parent f8b5b20 commit e1f80c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: continuous-integration
2+
23
on:
34
push:
45
branches:
56
- 'master'
67
pull_request:
8+
79
jobs:
810
ubuntu:
911
runs-on: ubuntu-latest
1012
steps:
11-
- name: Set up Go 1.21
13+
- name: Set up Go 1.24
1214
uses: actions/setup-go@v1
1315
with:
14-
go-version: 1.21.x
16+
go-version: 1.24.x
1517
id: go
1618

1719
- name: Check out code into the Go module directory
@@ -38,10 +40,10 @@ jobs:
3840
macOS:
3941
runs-on: macos-latest
4042
steps:
41-
- name: Set up Go 1.21
43+
- name: Set up Go 1.24
4244
uses: actions/setup-go@v1
4345
with:
44-
go-version: 1.21.x
46+
go-version: 1.24.x
4547
id: go
4648

4749
- name: Check out code into the Go module directory
@@ -59,10 +61,10 @@ jobs:
5961
windows:
6062
runs-on: windows-latest
6163
steps:
62-
- name: Set up Go 1.21
64+
- name: Set up Go 1.24
6365
uses: actions/setup-go@v1
6466
with:
65-
go-version: 1.21.x
67+
go-version: 1.24.x
6668
id: go
6769

6870
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)