Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3 to 4 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 714f015 commit 9d3262b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'

Expand All @@ -37,7 +37,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
draft: false
prerelease: false

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
if: "steps.tag.outputs.value != ''"
with:
go-version: '>=1.18.0'
Expand Down

0 comments on commit 9d3262b

Please sign in to comment.