We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fdda8f + aefed35 commit e75a40dCopy full SHA for e75a40d
.github/workflows/test.yml
@@ -44,11 +44,11 @@ jobs:
44
GHW_TESTING_SKIP_GPU: "1"
45
run: go test -v ./...
46
47
- ubuntu-2004:
48
- runs-on: ubuntu-20.04
+ ubuntu-2204:
+ runs-on: ubuntu-22.04
49
strategy:
50
matrix:
51
- go: [ '1.18', '1.19']
+ go: [ '1.21', '1.22', '1.23']
52
steps:
53
- name: harden runner
54
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
@@ -116,7 +116,7 @@ jobs:
116
runs-on: windows-2019
117
118
119
- go: [ '1.19' ]
+ go: [ '1.21', '1.22' ]
120
121
122
0 commit comments