Skip to content

Commit

Permalink
Add caching Go setup step
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Gello <[email protected]>
  • Loading branch information
basilgello committed Aug 5, 2024
1 parent b132d6a commit 98b1a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Check if commit needs a release upload
run: |
if [ "${{ github.ref_type }}" = "tag" ]; then
Expand Down

0 comments on commit 98b1a1c

Please sign in to comment.