Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2022
1 parent e17e5bd commit 23eff33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.15"

Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.15"

Expand All @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.15"

Expand Down

0 comments on commit 23eff33

Please sign in to comment.