Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #84 from gotd/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-3.1.0

chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0
  • Loading branch information
ernado authored May 13, 2022
2 parents 8382c3d + 263e10d commit fb557cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3.1.0
with:
go-version: 1.18

Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3.1.0
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3.1.0
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3.1.0
with:
go-version: 1.18

Expand Down

0 comments on commit fb557cf

Please sign in to comment.