We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75544ac commit 7fcdf42Copy full SHA for 7fcdf42
1 file changed
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, macos-latest]
34
- go: ["1.20", 1.21, 1.22, 1.23]
+ go: [1.21, 1.22, 1.23]
35
include:
36
- os: ubuntu-latest
37
go-build: ~/.cache/go-build
0 commit comments