File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
strategy :
12
12
matrix :
13
- go : [ "1.23", "1.22" ]
13
+ go : [ "1.24", "1. 23", "1.22" ]
14
14
os : [ ubuntu-24.04, ubuntu-22.04 ]
15
15
name : Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
16
16
runs-on : ${{ matrix.os }}
83
83
- name : Install Go
84
84
uses : actions/setup-go@v5
85
85
with :
86
- go-version : " 1.23 "
86
+ go-version : stable
87
87
- name : Run tests
88
88
run : |
89
89
# separate test to avoid RESET MASTER conflict
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install Go
122
122
uses : actions/setup-go@v5
123
123
with :
124
- go-version : " 1.23 "
124
+ go-version : stable
125
125
126
126
- name : Build on ${{ matrix.os }}/${{ matrix.arch }}
127
127
run : GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...
You can’t perform that action at this time.
0 commit comments