Skip to content

Commit

Permalink
Merge pull request #21 from nothub/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-4.1.0

Bump actions/setup-go from 3.5.0 to 4.1.0
  • Loading branch information
nothub committed Aug 20, 2023
2 parents a9ceb39 + 8f66649 commit 5dff983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down

0 comments on commit 5dff983

Please sign in to comment.