Skip to content

Commit

Permalink
ci(gha): Add check-latest input to setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula authored and dependabot[bot] committed Apr 9, 2022
1 parent 4a44d3e commit 8b12822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: true
- name: Install ghcr-cleaner
run: go install github.com/jidicula/ghcr-cleaner@latest
- name: Run ghcr-cleaner
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: true
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest

Expand Down

0 comments on commit 8b12822

Please sign in to comment.