Skip to content

Commit

Permalink
Merge pull request #103 from gonvenience/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
2 parents a2a6e14 + 59c719d commit 9c0dfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down

0 comments on commit 9c0dfbf

Please sign in to comment.