Skip to content

Commit

Permalink
chore(server): upgrade go version to 1.23.5 (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
soneda-yuya authored Jan 30, 2025
1 parent b6111fb commit 34c2409
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_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.4"
go-version: "1.23.5"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
# TODO: fix error=archive named dist/reearth_0.0.0-SNAPSHOT-xxxxxxxx.tar.gz already exists. Check your archive name template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-server
on:
workflow_call:
env:
GO_VERSION: "1.23.4"
GO_VERSION: "1.23.5"

jobs:
ci-server-lint:
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.23.4
go 1.23.5

use ./server
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine AS build
FROM golang:1.23.5-alpine AS build
ARG TAG=release
ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ require (
moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
)

go 1.23.4
go 1.23.5

0 comments on commit 34c2409

Please sign in to comment.