Skip to content

Commit 233832a

Browse files
authored
Merge pull request #361 from onflow/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 1 to 4
2 parents 346657d + 573d098 commit 233832a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@v1
18+
- uses: actions/setup-go@v4
1919
with:
2020
go-version: '1.18'
2121
- name: Run tests

0 commit comments

Comments
 (0)