diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 602fd789..cff189a2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21.6" + go-version: "1.22.2" - name: Run build run: make build - name: golangci-lint @@ -41,6 +41,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21.6" + go-version: "1.22.2" - name: Run integration tests run: make test-integration diff --git a/builder/Dockerfile b/builder/Dockerfile index f887f78f..7863f6ca 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21.6-alpine AS builder +FROM golang:1.22.2-alpine AS builder ARG GIT_TAG WORKDIR /src diff --git a/go.mod b/go.mod index bde6d867..08d8bce0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/jcmoraisjr/haproxy-ingress -go 1.21 +go 1.22.0 + toolchain go1.22.2 require (