Skip to content

Commit 71b695b

Browse files
authored
Merge pull request hashicorp#99 from hashicorp/dependabot/github_actions/actions/setup-go-4.0.0
Bump actions/setup-go from 3.5.0 to 4.0.0
2 parents c94e63a + 764796c commit 71b695b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Fetch source code"
2121
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2222
- name: Install Go
23-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
23+
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2424
with:
2525
go-version: 1.18
2626
- name: Go test
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Fetch source code"
3636
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
3737
- name: Install Go
38-
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
38+
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
3939
with:
4040
go-version: 1.18
4141
- name: "Check vet"

0 commit comments

Comments
 (0)