Skip to content

Commit

Permalink
Merge pull request #180 from foomo/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-4

chore(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
franklinkim authored Jun 1, 2023
2 parents 39df4c2 + 2e096f9 commit c037d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -35,9 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- run: go test -v ./...
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
cache: true
check-latest: true
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit c037d04

Please sign in to comment.