We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4fd0a commit 78ec1efCopy full SHA for 78ec1ef
.github/workflows/golangci-lint.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-go@v3
11
with:
12
- go-version: 1.20
+ go-version: 1.19
13
- name: golangci-lint
14
uses: golangci/golangci-lint-action@v3
15
.github/workflows/goreleaser.yaml
@@ -27,7 +27,7 @@ jobs:
27
name: Set up Go
28
uses: actions/setup-go@v3
29
30
31
-
32
name: Run GoReleaser
33
uses: goreleaser/goreleaser-action@v4
go.mod
@@ -1,3 +1,3 @@
1
module github.com/ryodocx/testserver
2
3
-go 1.20
+go 1.19
0 commit comments