Skip to content

Commit

Permalink
go.mod: update required version
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jan 2, 2024
1 parent f29866e commit 5a5c703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.12'
go-version: '1.14'

- name: Unit tests
run: go test -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/miku/zek

go 1.12
go 1.14

require (
github.com/sethgrid/pester v1.2.0
Expand Down

0 comments on commit 5a5c703

Please sign in to comment.