Skip to content

Commit 6fa87ee

Browse files
committed
use go 1.23 in pipeline
1 parent 81858c0 commit 6fa87ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-go@v3
2323
with:
24-
go-version: '^1.22'
24+
go-version: '^1.23'
2525
- uses: cachix/install-nix-action@v27
2626
with:
2727
nix_path: nixpkgs=channel:nixos-unstable
2828
- name: Install Dependencies
2929
run: |
3030
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
31+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
3232
- name: Build & Test
3333
run: |
3434
make build

0 commit comments

Comments
 (0)