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.
2 parents a08e8e0 + df602e2 commit c1b959dCopy full SHA for c1b959d
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
- uses: actions/setup-go@v2
29
with:
30
- go-version: '^1.18.8' # The Go version to download (if necessary) and use.
+ go-version: '^1.21.1' # The Go version to download (if necessary) and use.
31
- name: Install Build Dependencies
32
run: make get-build-deps
33
- name: Download required modules
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bitnami/gonit
2
3
-go 1.18
+go 1.21
4
5
require (
6
github.com/VividCortex/godaemon v1.0.0
0 commit comments