Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Bump go from 1.22.5 to 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
42milez committed Dec 22, 2024
1 parent 3135dda commit f3cc8b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-latest
go-version:
- 1.22.5
- 1.22.7
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
os:
- ubuntu-latest
go-version:
- 1.22.5
- 1.22.7
runs-on: ${{ matrix.os }}
steps:
# Setup
Expand Down
4 changes: 2 additions & 2 deletions docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deploy-builder
# --------------------------------------------------

FROM golang:1.22.5 as deploy-builder
FROM golang:1.22.7 as deploy-builder

ENV CGO_ENABLED 0

Expand Down Expand Up @@ -36,7 +36,7 @@ CMD [ "./idp" ]
# dev
# --------------------------------------------------

FROM golang:1.22.5 as dev
FROM golang:1.22.7 as dev

WORKDIR /workspace

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/42milez/go-oidc-expt

go 1.22.5
go 1.22.7

toolchain go1.22.10

require (
Expand Down

0 comments on commit f3cc8b5

Please sign in to comment.