Skip to content

Commit

Permalink
Merge pull request #13 from shurco/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

🔧 build(deps): bump actions/setup-go from 3 to 5
  • Loading branch information
github-actions[bot] authored May 7, 2024
2 parents 11cec5a + b5bcecb commit bdcd4ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
if: ${{ matrix.language == 'go' }}
Expand Down
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.22.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: crazy-max/ghaction-upx@v3
Expand Down

0 comments on commit bdcd4ba

Please sign in to comment.