We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81858c0 commit 6fa87eeCopy full SHA for 6fa87ee
.github/workflows/build.yml
@@ -21,14 +21,14 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: actions/setup-go@v3
23
with:
24
- go-version: '^1.22'
+ go-version: '^1.23'
25
- uses: cachix/install-nix-action@v27
26
27
nix_path: nixpkgs=channel:nixos-unstable
28
- name: Install Dependencies
29
run: |
30
go install github.com/mattn/goveralls@latest
31
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
32
- name: Build & Test
33
34
make build
0 commit comments