Skip to content

Commit

Permalink
bump go version 1.21 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee authored Sep 7, 2024
1 parent e8856f0 commit 3f5d34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*

env:
GO_VERSION: "1.20"
GO_VERSION: "1.21"

permissions:
contents: write
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
${{ runner.os }}-go-
- uses: cli/gh-extension-precompile@v1
with:
go_version: ${{ env.GO_VERSION }}
go_version: ${{ env.GO_VERSION }}

0 comments on commit 3f5d34d

Please sign in to comment.