Skip to content

Commit

Permalink
ci: bump go to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Jul 30, 2024
1 parent cfd6763 commit f159c56
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workaround for https://github.com/GoogleContainerTools/distroless/issues/1342
FROM golang:1.21-bullseye AS builder
FROM golang:1.22.5-bullseye AS builder

WORKDIR /go/src/github.com/ory/keto

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- name: Update npm to a non-buggy version
run: sudo npm i -g npm@9.5.0
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- name: Prepare Dependencies
run: |
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- run: |
go test -tags sqlite -race -short ./...
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
path: current-repo
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- run: make format
- name: Indicate formatting issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-go-grpc-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- name: Download dependencies
run: cd proto; go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single-table-migration-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22.5"
check-latest: true
- name: Run test script
run: ./scripts/single-table-migration-e2e.sh
Expand Down

0 comments on commit f159c56

Please sign in to comment.