ci.yml: bump checkout -> 3.3.0 and setup-go-faster -> 1.8.0

This commit is contained in:
Spencer Comfort
2023-01-15 21:56:56 -05:00
committed by GitHub
parent 924304a13d
commit 5f9ac5889b
+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.3.0
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 ./..."