Skip to content

Commit 153475b

Browse files
committed
build: update Go version
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent f058ef1 commit 153475b

File tree

7 files changed

+322
-57
lines changed

7 files changed

+322
-57
lines changed

.envrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
33
fi
4-
5-
use flake
4+
use flake . --impure
65

76
dotenv_if_exists

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
77

88
permissions:
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Go
7272
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
7373
with:
74-
go-version: "1.21"
74+
go-version: "1.23"
7575

7676
- name: Download tool dependencies
7777
run: make deps
@@ -142,7 +142,7 @@ jobs:
142142
- name: Set up Go
143143
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
144144
with:
145-
go-version: "1.21"
145+
go-version: "1.23"
146146

147147
- name: Download golangci-lint
148148
run: make bin/golangci-lint

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.devenv/
12
/.direnv/
23
/.idea/
34
/bin/

api/v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dexidp/dex/api/v2
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
google.golang.org/grpc v1.65.0

flake.lock

Lines changed: 260 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)