Skip to content

Commit

Permalink
Merge pull request #96 from henrybear327/go/1.23.0
Browse files Browse the repository at this point in the history
Bump go toolchain to 1.23.0
  • Loading branch information
jmhbnz committed Aug 16, 2024
2 parents e89c357 + 47e3087 commit d884ff2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d884ff2

Please sign in to comment.