We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336fce7 commit e249c55Copy full SHA for e249c55
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-go@v5
15
with:
16
- go-version: '1.23'
+ go-version: '1.24'
17
- name: gofmt -l .
18
run: files=$(gofmt -l .); if [[ -n "$files" ]]; then echo "$files"; exit 1; fi
19
- run: go vet ./...
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23 AS builder
+FROM golang:1.24 AS builder
2
3
WORKDIR /workspace
4
COPY go.mod go.mod
go.mod
@@ -1,6 +1,6 @@
module github.io/coroot/operator
-go 1.23
+go 1.24
5
require (
6
github.com/crewjam/saml v0.5.1
0 commit comments