Skip to content

Commit

Permalink
Merge pull request #46 from hueristiq/dependabot/github_actions/dev/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
enenumxela authored Sep 22, 2024
2 parents 6909a70 + 3c59f05 commit 406f1b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.21'
-
Expand Down

0 comments on commit 406f1b2

Please sign in to comment.