Skip to content

Commit

Permalink
Update Go to v1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed May 1, 2023
1 parent 5df464f commit a5aa47d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- "v*"
pull_request:
env:
CGO_ENABLED: 0
GO_VERSION: 1.18
CGO_ENABLED: "0"
GO_VERSION: "1.20"
jobs:
verify:
name: Verify
Expand Down
10 changes: 5 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ let
# go 1.18.5
owner = "NixOS";
repo = "nixpkgs";
#branch@date: nixpkgs-unstable@2022-09-02
rev = "ee01de29d2f58d56b1be4ae24c24bd91c5380cea";
sha256 = "0829fqp43cp2ck56jympn5kk8ssjsyy993nsp0fjrnhi265hqps7";
# branch@date: nixpkgs-unstable@2023-03-30
rev = "8b3bc690e201c8d3cbd14633dbf3462a820e73f2";
sha256 = "sha256-+ckiCxbGFSs1/wHKCXAZnvb37Htf6k5nmQE3T0Y7hK8=";
}) { };

go_1_18_5 = pkgs.go;
go_1_20_3 = pkgs.go;

in mkShell {
buildInputs = [
docker-compose
git
gnumake
gnused
go_1_18_5
go_1_20_3
jq
nixfmt
nodePackages.prettier
Expand Down

0 comments on commit a5aa47d

Please sign in to comment.