Skip to content

Commit

Permalink
ci: Use go 1.19 (dexidp#2791)
Browse files Browse the repository at this point in the history
The go module and Dockerfile moved to 1.19 in d33e994
The nix environment moved to go 1.19 in cf572e9

Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
  • Loading branch information
dlipovetsky authored and Alex Palesandro committed Sep 11, 2023
1 parent bbf37d4 commit ba05f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ba05f3e

Please sign in to comment.