diff --git a/.github/workflows/pr-style.yml b/.github/workflows/pr-style.yml index 2b443b7..0c418ed 100644 --- a/.github/workflows/pr-style.yml +++ b/.github/workflows/pr-style.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ inputs.ref }} - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.23' - name: Mod Tidy Check shell: bash run: make mod-tidy-check diff --git a/Makefile b/Makefile index 8aa50bc..a6c532b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # https://github.com/golangci/golangci-lint/releases/latest -GOLANGCI_LINT_VERSION="1.59.1" +GOLANGCI_LINT_VERSION="1.61.0" RED = \033[0;31m GREEN = \033[0;32m diff --git a/go.mod b/go.mod index a4549c6..3b23f6a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/risingwavelabs/byoc-runtime -go 1.22.0 +go 1.23.0 require ( github.com/hashicorp/go-version v1.7.0