Upgrade `actions/setup-go` to v3

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2022-09-20 11:07:37 -04:00
parent a1984ca1de
commit 6cd68a4bf2
No known key found for this signature in database
GPG Key ID: 526E3FC49260D47A
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ jobs:
git config --global --add safe.directory C:/actions-runner/_work/compose/compose
- uses: actions/checkout@v3
# TODO(milas): revert to @v3 after next actions/setup-go minor release
- uses: actions/setup-go@f27981397569ab1d623dab1f29d3db81b75b5258
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true