Skip to content

Commit 53968b3

Browse files
authored
Merge pull request #77 from awgreene/fix-github-actions
Update github action setup-go to version 1.1.3
2 parents 820e285 + d766a36 commit 53968b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Set up Go 1.13
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
with:
1717
go-version: 1.13
1818
id: go

0 commit comments

Comments
 (0)