File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11name : continuous-integration
2+
23on :
34 push :
45 branches :
56 - ' master'
67 pull_request :
8+
79jobs :
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
You can’t perform that action at this time.
0 commit comments