Skip to content

Commit a1ad2e1

Browse files
committed
use go 1.17 (build tags)
1 parent 202e712 commit a1ad2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_quality.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@v4
1818
with:
19-
go-version: '1.16'
19+
go-version: '1.17'
2020

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/miku/zek
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/sethgrid/pester v1.2.0

0 commit comments

Comments
 (0)