We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8720df5 commit 53b0073Copy full SHA for 53b0073
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v2
20
with:
21
- go-version: 1.17.7
+ go-version: 1.18
22
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v3
.github/workflows/goreleaser.yml
@@ -21,7 +21,7 @@ jobs:
25
26
- name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/projecteru2/core
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
0 commit comments