File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111 name : linux
1212 strategy :
1313 matrix :
14- go : [ '1.22', '1. 23' ]
14+ go : [ '1.23' ]
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
4141 name : linux-32bit
4242 strategy :
4343 matrix :
44- go : [ '1.22', '1. 23' ]
44+ go : [ '1.23' ]
4545 runs-on : ubuntu-latest
4646 steps :
4747 - uses : actions/checkout@v4
6868 name : linux-arm
6969 strategy :
7070 matrix :
71- go : [ '1.22', '1. 23' ]
71+ go : [ '1.23' ]
7272 runs-on : ubuntu-22.04-arm
7373 steps :
7474 - uses : actions/checkout@v4
9595 name : linux-crossversion
9696 strategy :
9797 matrix :
98- go : [ '1.22', '1. 23' ]
98+ go : [ '1.23' ]
9999 runs-on : ubuntu-latest
100100 steps :
101101 - uses : actions/checkout@v4
@@ -125,7 +125,7 @@ jobs:
125125 name : linux-no-invariants
126126 strategy :
127127 matrix :
128- go : [ '1.22', '1. 23' ]
128+ go : [ '1.23' ]
129129 runs-on : ubuntu-latest
130130 steps :
131131 - uses : actions/checkout@v4
@@ -152,7 +152,7 @@ jobs:
152152 name : linux-no-cgo
153153 strategy :
154154 matrix :
155- go : [ '1.22', '1. 23' ]
155+ go : [ '1.23' ]
156156 runs-on : ubuntu-latest
157157 steps :
158158 - uses : actions/checkout@v4
@@ -179,7 +179,7 @@ jobs:
179179 name : macos
180180 strategy :
181181 matrix :
182- go : [ '1.22', '1. 23' ]
182+ go : [ '1.23' ]
183183 runs-on : macos-14
184184 steps :
185185 - uses : actions/checkout@v4
@@ -206,7 +206,7 @@ jobs:
206206 name : windows
207207 strategy :
208208 matrix :
209- go : [ '1.22', '1. 23' ]
209+ go : [ '1.23' ]
210210 runs-on : windows-latest
211211 steps :
212212 - uses : actions/checkout@v4
@@ -232,7 +232,7 @@ jobs:
232232 name : lint-checks
233233 strategy :
234234 matrix :
235- go : [ '1.22', '1. 23' ]
235+ go : [ '1.23' ]
236236 runs-on : ubuntu-latest
237237 steps :
238238 - uses : actions/checkout@v4
@@ -264,7 +264,7 @@ jobs:
264264 name : build-other
265265 strategy :
266266 matrix :
267- go : [ '1.22', '1. 23' ]
267+ go : [ '1.23' ]
268268 runs-on : ubuntu-latest
269269 steps :
270270 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ require (
5050 gopkg.in/yaml.v3 v3.0.1 // indirect
5151)
5252
53- go 1.22
53+ go 1.23
You can’t perform that action at this time.
0 commit comments