diff --git a/.github/workflows/go-builder.yml b/.github/workflows/go-builder.yml index 945cf60..aacfebf 100644 --- a/.github/workflows/go-builder.yml +++ b/.github/workflows/go-builder.yml @@ -12,9 +12,9 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22.4' - name: Build run: | diff --git a/.github/workflows/release-builder.yml b/.github/workflows/release-builder.yml index 527fb62..a560d89 100644 --- a/.github/workflows/release-builder.yml +++ b/.github/workflows/release-builder.yml @@ -19,9 +19,9 @@ jobs: run: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22.4' - name: Build run: | diff --git a/go.mod b/go.mod index 85bef16..0413b7f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nginxinc/nginx-k8s-supportpkg -go 1.21.5 +go 1.22.4 require ( github.com/mittwald/go-helm-client v0.12.9