Skip to content

Commit e75a40d

Browse files
authored
Merge pull request #414 from jaypipes/remove-old-go
remove Go <1.21 from test declaration
2 parents 8fdda8f + aefed35 commit e75a40d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
GHW_TESTING_SKIP_GPU: "1"
4545
run: go test -v ./...
4646

47-
ubuntu-2004:
48-
runs-on: ubuntu-20.04
47+
ubuntu-2204:
48+
runs-on: ubuntu-22.04
4949
strategy:
5050
matrix:
51-
go: [ '1.18', '1.19']
51+
go: [ '1.21', '1.22', '1.23']
5252
steps:
5353
- name: harden runner
5454
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: windows-2019
117117
strategy:
118118
matrix:
119-
go: [ '1.19' ]
119+
go: [ '1.21', '1.22' ]
120120
steps:
121121
- name: harden runner
122122
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

0 commit comments

Comments
 (0)