Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 1 to 4 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2023
1 parent 27fa6cb commit 3dbcf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:

- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.13
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.14
- name: checkout
Expand Down

0 comments on commit 3dbcf06

Please sign in to comment.