Skip to content

Commit

Permalink
fix: Update golang version in release github action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Krejcir <[email protected]>
  • Loading branch information
akrejcir committed Feb 9, 2023
1 parent b730198 commit 0304c6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Install Golang 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19'

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 0304c6e

Please sign in to comment.