Skip to content

Commit

Permalink
Merge pull request #43 from harakeishi/update/release_action_go_version
Browse files Browse the repository at this point in the history
Update the version of go used in the release action to 1.16
  • Loading branch information
harakeishi committed May 21, 2022
2 parents 74d601a + 6fac548 commit c4f6228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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.15
go-version: 1.16
-
name: Create tag
id: create-tag
Expand Down

0 comments on commit c4f6228

Please sign in to comment.