We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e76a6e commit 453efcdCopy full SHA for 453efcd
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: '1.20.0-rc.1'
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
- name: Build
23
run: GOEXPERIMENT=coverageredesign go build -cover -v ./cmd/gosmopolitan
.github/workflows/golangci-lint.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-go@v4
16
go-version: '>=1.19.0'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
0 commit comments