Skip to content

Commit 6a30649

Browse files
committed
build(deps): update Go version to 1.25 in Dockerfile and workflow
1 parent e12dc93 commit 6a30649

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
name: Lint
4242
strategy:
4343
matrix:
44-
go-version: [1.23]
44+
go-version: [1.25]
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-go@v5
4949
with:
50-
go-version: '1.23'
50+
go-version: '1.25'
5151
cache: false
5252
- uses: golangci/golangci-lint-action@v6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS builder
1+
FROM golang:1.25 AS builder
22
WORKDIR /go/src/github.com/rakutentech/passenger-go-exporter
33

44
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)