Skip to content

Commit 847a633

Browse files
Merge pull request #99 from cerberauth/upgrade-golang-version
feat: upgrade golang version
2 parents 2d8a20a + 660f86d commit 847a633

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.docker/Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bookworm AS builder
1+
FROM golang:1.24-bookworm AS builder
22

33
WORKDIR /go/src/github.com/cerberauth/openapi-oathkeeper
44

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- main
1212

1313
env:
14-
GO_VERSION: '1.23'
14+
GO_VERSION: '1.24'
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cerberauth/openapi-oathkeeper
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869

0 commit comments

Comments
 (0)