diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 243025f..476ead2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b8196f..f7f3d8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/go.mod b/go.mod index 9eded41..04b0d09 100644 --- a/go.mod +++ b/go.mod @@ -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