Skip to content

Commit

Permalink
Update Go to 1.20 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel authored Mar 15, 2023
1 parent 4a04f74 commit a1fe0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -28,7 +28,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
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/uw-labs/strongbox

go 1.19
go 1.20

require (
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
Expand Down

0 comments on commit a1fe0a2

Please sign in to comment.