Skip to content

Commit

Permalink
add one to two numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vilmibm committed Oct 24, 2022
1 parent 397af79 commit c7f5668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1
with:
go_version: "1.16"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
description: "Path to custom build script for producing binaries to upload"
go_version:
description: "The Go version to use for compiling (supports semver spec and ranges)"
default: "1.16"
default: "1.17"
branding:
color: purple
icon: box
Expand Down

0 comments on commit c7f5668

Please sign in to comment.