Skip to content

Commit

Permalink
Merge pull request #200 from Moulick/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

🌱 Bump actions/setup-go from 4 to 5
  • Loading branch information
Moulick authored Dec 11, 2023
2 parents de56cc5 + 94fe355 commit 2bb63d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down

0 comments on commit 2bb63d0

Please sign in to comment.