Skip to content

Commit

Permalink
Merge pull request #32 from bitnami/go-1.21
Browse files Browse the repository at this point in the history
Update Go version to 1.21
  • Loading branch information
gongomgra authored Oct 11, 2023
2 parents a08e8e0 + df602e2 commit c1b959d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
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.
- name: Install Build Dependencies
run: make get-build-deps
- name: Download required modules
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bitnami/gonit

go 1.18
go 1.21

require (
github.com/VividCortex/godaemon v1.0.0
Expand Down
Loading

0 comments on commit c1b959d

Please sign in to comment.