.github/workflows: update actions/setup-go to v3

This commit is contained in:
Hajime Hoshi 2022-05-01 17:55:37 +09:00
parent 7bf9f92eb9
commit cf914bfe00

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
stable: false