Skip to content

Commit ba4df77

Browse files
committed
Update go version
1 parent 251ebe2 commit ba4df77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.15
22+
go-version: 1.16
2323
-
2424
name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.15
19+
go-version: 1.16
2020

2121
- name: Run tests
2222
run: go test -v ./...

0 commit comments

Comments
 (0)