Skip to content

Commit

Permalink
ci: Use Go 1.21.x for the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Oct 19, 2023
1 parent de62dc3 commit 8690641
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 8690641

Please sign in to comment.