File tree Expand file tree Collapse file tree 9 files changed +325
-60
lines changed
Expand file tree Collapse file tree 9 files changed +325
-60
lines changed Original file line number Diff line number Diff line change 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 ="
33fi
4-
5- use flake
4+ use flake . --impure
65
76dotenv_if_exists
Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66 pull_request :
77
88permissions :
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
Original file line number Diff line number Diff line change 1+ /.devenv /
12/.direnv /
23/.idea /
34/bin /
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ export GOBIN=$(PWD)/bin
1818LD_FLAGS ="-w -X main.version=$(VERSION ) "
1919
2020# Dependency versions
21- GOLANGCI_VERSION = 1.56.2
22- GOTESTSUM_VERSION ?= 1.10.1
21+ GOLANGCI_VERSION = 1.63.4
22+ GOTESTSUM_VERSION ?= 1.12.0
2323
2424PROTOC_VERSION = 24.4
2525PROTOC_GEN_GO_VERSION = 1.32.0
Original file line number Diff line number Diff line change 11module github.com/dexidp/dex/api/v2
22
3- go 1.21
3+ go 1.23
44
55require (
66 google.golang.org/grpc v1.65.0
Original file line number Diff line number Diff line change 11module github.com/dexidp/dex/examples
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/coreos/go-oidc/v3 v3.11.0
You can’t perform that action at this time.
0 commit comments