Skip to content

Commit

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

chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • Loading branch information
dntosas authored Feb 20, 2024
2 parents 3d135fa + d9bf2ba commit 8bd5881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21.1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21.1'

Expand Down

0 comments on commit 8bd5881

Please sign in to comment.