Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
designate Go version when releasing [shipit]
Browse files Browse the repository at this point in the history
Signed-off-by: Merlin Ran <[email protected]>
  • Loading branch information
merlinran committed Sep 15, 2021
1 parent 920757f commit 4bb6cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
type=semver,pattern={{version}}
type=sha,prefix=sha-
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 4bb6cd8

Please sign in to comment.