Skip to content

Commit

Permalink
Merge pull request #22 from mxssl/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
mxssl committed Mar 22, 2023
2 parents f5449fd + 90c2472 commit 1d3ee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -31,7 +31,7 @@ jobs:
needs: lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run GoReleaser
Expand Down

0 comments on commit 1d3ee29

Please sign in to comment.