We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9c43f commit 2a5927bCopy full SHA for 2a5927b
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/setup-go@v3
17
with:
18
- go-version: "1.20.3"
+ go-version: "1.20.4"
19
- uses: actions/checkout@v3
20
- uses: golangci/golangci-lint-action@v3
21
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
- name: Test
52
env:
53
GOARCH: ${{ matrix.goarch }}
.github/workflows/release.yml
- uses: goreleaser/goreleaser-action@v2
distribution: goreleaser
0 commit comments