Skip to content

Commit

Permalink
Merge pull request #58 from uw-labs/go-1.17
Browse files Browse the repository at this point in the history
Upgrade to Go 1.17
  • Loading branch information
george-angel authored Aug 23, 2021
2 parents d92e30a + 5a76c26 commit f7c2891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Test
run: make test
- name: Run GoReleaser
Expand Down
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/uw-labs/strongbox

go 1.16
go 1.17

require (
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
Expand All @@ -12,3 +12,9 @@ require (
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit f7c2891

Please sign in to comment.