Skip to content

Commit

Permalink
Merge pull request #927 from Scalingo/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-4

chore(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
github-actions[bot] authored Apr 3, 2023
2 parents 6b1cbbb + 89f4dc8 commit 7e4a1b5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
check-latest: true
cache: true
- name: Execute the tests
run: go test -race ./...

Expand All @@ -25,11 +24,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
check-latest: true
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand All @@ -48,11 +46,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
check-latest: true
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 7e4a1b5

Please sign in to comment.