Skip to content

Commit

Permalink
Merge pull request #161 from mashiike/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-4

Bump actions/setup-go from 1 to 4
  • Loading branch information
mashiike committed Jun 15, 2023
2 parents 637d191 + f599f5b commit 01bf72b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: "1.20"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ steps.tagpr.outputs.tag }}
- name: Set up Go
if: ${{ steps.tagpr.outputs.tag != '' }}
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
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@v1
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
Expand Down

0 comments on commit 01bf72b

Please sign in to comment.