Skip to content

Commit

Permalink
port to go 1.21.x
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 25, 2023
1 parent 437f0b8 commit db7e3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
go-version:
description: "Go version to install"
required: true
default: "1.20.x"
default: "1.21.x"
use-go-cache:
description: "Restore go cache"
required: true
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/anchore/binny

go 1.21.0

toolchain go1.21.1
go 1.21.1

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit db7e3c1

Please sign in to comment.