Skip to content

Commit

Permalink
go.mod: bump to go1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Stratonikov <[email protected]>
  • Loading branch information
fyrchik authored and alexvanin committed Mar 21, 2022
1 parent f4cc772 commit defa61c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Restore Go modules from cache
uses: actions/cache@v2
Expand All @@ -60,14 +60,14 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022 ]
go_versions: [ '1.15', '1.16', '1.17' ]
go_versions: [ '1.16', '1.17', '1.18' ]
exclude:
- os: windows-2022
go_versions: '1.15'
- os: windows-2022
go_versions: '1.16'
- os: ubuntu-20.04
- os: windows-2022
go_versions: '1.17'
- os: ubuntu-20.04
go_versions: '1.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
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/nspcc-dev/tzhash

go 1.12
go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit defa61c

Please sign in to comment.