Skip to content

Commit f0563f0

Browse files
committed
build: update to Go 1.20
1 parent 5de4199 commit f0563f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '>= 1.19.2'
20+
go-version: '>= 1.20.5'
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '>=1.19.2'
20+
go-version: '>=1.20.5'
2121
cache: true
2222

2323
- uses: goreleaser/goreleaser-action@v2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/adamdecaf/csvq
22

3-
go 1.19
3+
go 1.20

0 commit comments

Comments
 (0)