Merge pull request #10 from GiddyGoatGaming/patch-1

ci.yml: bump checkout -> v3 and setup-go-faster -> 1.8.0
This commit is contained in:
Yegor S
2023-02-13 11:51:06 -05:00
committed by GitHub
+2 -2
View File
@@ -12,10 +12,10 @@ jobs:
go: ["1.19.x"] go: ["1.19.x"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.7.0 - uses: WillAbides/setup-go-faster@v1.8.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- run: "go test -race ./..." - run: "go test -race ./..."