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

View File

@@ -12,10 +12,10 @@ jobs:
go: ["1.19.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.7.0
- uses: WillAbides/setup-go-faster@v1.8.0
with:
go-version: ${{ matrix.go }}
- run: "go test -race ./..."