mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-30 10:54:23 +01:00
ci: update actions/setup-go action to v3
This commit is contained in:
parent
9781213858
commit
36cb063a42
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Go ${{ matrix.go }}
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user