We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de4199 commit f0563f0Copy full SHA for f0563f0
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go 1.x
18
uses: actions/setup-go@v2
19
with:
20
- go-version: '>= 1.19.2'
+ go-version: '>= 1.20.5'
21
id: go
22
23
- name: Check out code into the Go module directory
.github/workflows/release.yml
- uses: actions/setup-go@v2
- go-version: '>=1.19.2'
+ go-version: '>=1.20.5'
cache: true
- uses: goreleaser/goreleaser-action@v2
go.mod
@@ -1,3 +1,3 @@
1
module github.com/adamdecaf/csvq
2
3
-go 1.19
+go 1.20
0 commit comments