Skip to content

Commit

Permalink
Merge pull request #211 from oasisprotocol/kostko/fix/ci-release-go-1.21
Browse files Browse the repository at this point in the history
ci: Use Go 1.21.x for the release process
  • Loading branch information
kostko authored Oct 19, 2023
2 parents de62dc3 + 8690641 commit b634a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go 1.20
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
go-version: "1.21.x"

- name: Build tagged release, elf, debug
id: build-debug-elf
Expand Down

0 comments on commit b634a25

Please sign in to comment.