Skip to content

Commit c1b959d

Browse files
authored
Merge pull request #32 from bitnami/go-1.21
Update Go version to 1.21
2 parents a08e8e0 + df602e2 commit c1b959d

File tree

4 files changed

+2
-573
lines changed

4 files changed

+2
-573
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-go@v2
2929
with:
30-
go-version: '^1.18.8' # The Go version to download (if necessary) and use.
30+
go-version: '^1.21.1' # The Go version to download (if necessary) and use.
3131
- name: Install Build Dependencies
3232
run: make get-build-deps
3333
- name: Download required modules

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bitnami/gonit
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/VividCortex/godaemon v1.0.0

0 commit comments

Comments
 (0)