Skip to content

Commit

Permalink
chore: use go 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Aug 18, 2024
1 parent d55460a commit 6cddccc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "*.*.*"

env:
GO_VERSION: "1.22.5"
GO_VERSION: "1.23.0"
GO111MODULE: on
DOCKER_CLI_EXPERIMENTAL: "enabled"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- cron: "0 0 * * *"

env:
GO_VERSION: "1.22.5"
GO_VERSION: "1.23.0"

permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion docker/manual/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS Builder
FROM golang:1.23-bullseye AS Builder
ENV GOPROXY=https://goproxy.cn
ENV CGO_ENABLED=0
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/manual/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 as builder
FROM golang:1.23-alpine3.19 as builder
RUN apk --update add ca-certificates upx
ENV GOPROXY=https://goproxy.cn
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/soulteary/webhook

go 1.22.5
go 1.23.0

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit 6cddccc

Please sign in to comment.