Skip to content

Commit

Permalink
ci: Use go 1.19
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
  • Loading branch information
dlipovetsky committed Jan 14, 2023
1 parent a857160 commit 266dc9a
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 266dc9a

Please sign in to comment.