Skip to content

Commit

Permalink
build: setup-go update
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 17, 2023
1 parent b623247 commit b4b6496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ permissions:
jobs:
govulncheck:
uses: caarlos0/meta/.github/workflows/govulncheck.yml@main
with:
cache: true
go-version: '>=1.20.2'
semgrep:
uses: caarlos0/meta/.github/workflows/semgrep.yml@main
ruleguard:
uses: caarlos0/meta/.github/workflows/ruleguard.yml@main
with:
cache: true
go-version: '>=1.20.2'
args: '-disable largeloopcopy'
test:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions www/docs/ci/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.2'
cache: true
go-version: stable
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
- uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit b4b6496

Please sign in to comment.