Skip to content

Commit

Permalink
[+] bump Go to v1.23 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub authored Sep 24, 2024
1 parent 80f78be commit 1a1e21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/cybertec-postgresql/vip-manager

go 1.21.0
toolchain go1.22.5
go 1.23.0

require (
github.com/hashicorp/consul/api v1.29.4
Expand Down

0 comments on commit 1a1e21b

Please sign in to comment.