bump versions

This commit is contained in:
kim 2024-11-25 13:03:10 +00:00
parent 85fc7ca9e8
commit 7e2a5213f8

View file

@ -12,7 +12,7 @@ steps:
# We use golangci-lint for linting.
# See: https://golangci-lint.run/
- name: lint
image: golangci/golangci-lint:v1.60.3
image: golangci/golangci-lint:v1.62.0
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@ -28,7 +28,7 @@ steps:
- pull_request
- name: test
image: golang:1.23.0-alpine
image: golang:1.23-alpine
volumes:
- name: go-build-cache
path: /root/.cache/go-build