Skip to content

Commit

Permalink
Merge pull request #56 from 0glabs/dev-047
Browse files Browse the repository at this point in the history
update go version of workflow to 1.21
  • Loading branch information
0g-wh authored Aug 5, 2024
2 parents 2da7512 + d2406d4 commit e822edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Build
run: make build
- name: Rename file
Expand Down

0 comments on commit e822edf

Please sign in to comment.