diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 265414c..9bd5926 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -13,7 +13,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: - version: v1.59.1 + version: v1.60.1 args: --config tools/.golangci.yaml - run: | set -euo pipefail diff --git a/Dockerfile b/Dockerfile index 0806af9..f1971ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/golang@sha256:58e52f6ddd39098d23b1a34ec24024acd5fe182245960afe572d83c313aafbed +FROM docker.io/golang@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4 RUN apk add --no-cache curl git make && rm -rf /var/cache/apk/* diff --git a/Makefile b/Makefile index f8bfcb7..e88c3e8 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ NAME ?= auger PKG ?= github.com/etcd-io/$(NAME) -GO_VERSION ?= 1.22.6 +GO_VERSION ?= 1.23.0 GOOS ?= linux GOARCH ?= amd64 TEMP_DIR := $(shell mktemp -d) diff --git a/go.mod b/go.mod index 0647444..7692229 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/etcd-io/auger -go 1.22.0 +go 1.23 -toolchain go1.22.6 +toolchain go1.23.0 require ( github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf