Skip to content

Commit 78ec1ef

Browse files
committed
Revert "go 1.20"
This reverts commit da4fd0a.
1 parent da4fd0a commit 78ec1ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-go@v3
1111
with:
12-
go-version: 1.20
12+
go-version: 1.19
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@v3
1515
with:

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Set up Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: 1.20
30+
go-version: 1.19
3131
-
3232
name: Run GoReleaser
3333
uses: goreleaser/goreleaser-action@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/ryodocx/testserver
22

3-
go 1.20
3+
go 1.19

0 commit comments

Comments
 (0)