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 f0a6e37 commit 4b7bfc8Copy full SHA for 4b7bfc8
.github/workflows/go-releaser.yaml
@@ -17,9 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v3
19
with:
20
- go-version: '^1.18'
21
- check-latest: true
22
- cache: true
+ go-version-file: 'go.mod'
23
24
- name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/cloudhut/kminion/v2
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/google/uuid v1.3.0
0 commit comments