Skip to content

Commit 0a55bd5

Browse files
committed
update golang
1 parent 436ef99 commit 0a55bd5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile

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

33
WORKDIR /app
44

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
module github.com/cloudentity/cac
22

3-
go 1.23.0
4-
5-
toolchain go1.24.3
3+
go 1.24
64

75
require (
86
github.com/Masterminds/sprig/v3 v3.2.3
97
github.com/cloudentity/acp-client-go v0.0.0-20250530113034-a2fab50491c3
108
github.com/corvus-ch/zbase32 v1.0.0
119
github.com/go-json-experiment/json v0.0.0-20240524174822-2d9f40f7385b
10+
github.com/go-openapi/runtime v0.27.0
1211
github.com/go-openapi/strfmt v0.22.0
1312
github.com/goccy/go-yaml v1.12.0
1413
github.com/google/go-cmp v0.6.0
@@ -36,7 +35,6 @@ require (
3635
github.com/go-openapi/jsonpointer v0.20.2 // indirect
3736
github.com/go-openapi/jsonreference v0.20.4 // indirect
3837
github.com/go-openapi/loads v0.21.5 // indirect
39-
github.com/go-openapi/runtime v0.27.0 // indirect
4038
github.com/go-openapi/spec v0.20.14 // indirect
4139
github.com/go-openapi/swag v0.22.8 // indirect
4240
github.com/go-openapi/validate v0.22.6 // indirect

0 commit comments

Comments
 (0)