Skip to content

Commit b793813

Browse files
authored
Merge pull request #26 from docker/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 51b3714 + 206b976 commit b793813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/godev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.16
2020
-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151
-
5252
name: Set up Go
53-
uses: actions/setup-go@v2
53+
uses: actions/setup-go@v3
5454
with:
5555
go-version: 1.16
5656
-

0 commit comments

Comments
 (0)