File tree Expand file tree Collapse file tree 3 files changed +5
-20
lines changed
Expand file tree Collapse file tree 3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1212 name : lint
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : golangci-lint
17- uses : golangci/golangci-lint-action@v2
17+ uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 steps :
1111 - name : Install Go
12- uses : actions/setup-go@v2
12+ uses : actions/setup-go@v5
1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Build GOARCH=386
1818 if : ${{ matrix.os != 'macos-latest' }}
1919 env :
2323 run : go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2424 - name : Upload coverage to Codecov
2525 if : ${{ matrix.os == 'ubuntu-latest' }}
26- run : bash <(curl -s https:// codecov.io/bash)
26+ uses : codecov/codecov-action@v5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments