File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 - name : Set up Go
1717 uses : actions/setup-go@v6
1818 with :
19- go-version : " 1.25.5 "
19+ go-version : " 1.26 "
2020
2121 - name : Run ui build
2222 run : make ui-build
2323
2424 - name : golangci-lint
2525 uses : golangci/golangci-lint-action@v9
2626 with :
27- version : v2.4
27+ version : v2.11
2828
2929 - name : Run lint
3030 run : make lint
Original file line number Diff line number Diff line change 2424 - name : Setup Go
2525 uses : actions/setup-go@v6
2626 with :
27- go-version : 1.25.5
27+ go-version : 1.26
2828
2929 - name : Setup Node.js
3030 uses : actions/setup-node@v6
6565 - name : golangci-lint
6666 uses : golangci/golangci-lint-action@v9
6767 with :
68- version : v2.4
68+ version : v2.11
6969
7070 - name : Tests
7171 run : make test
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ builds:
1313 - arm64
1414 - arm
1515 - " 386"
16+ ignore :
17+ - goos : darwin
18+ goarch : ' 386'
19+ - goos : windows
20+ goarch : arm
1621 main : ./cmd/sql-to-logsql/main.go
1722 binary : sql-to-logsql
1823 ldflags :
Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.25
1+ ARG GO_VERSION=1.26
22ARG NODE_VERSION=24
33
44FROM node:${NODE_VERSION}-bookworm as nbuilder
Original file line number Diff line number Diff line change 11module github.com/VictoriaMetrics/sql-to-logsql
22
3- go 1.25.5
3+ go 1.26
You can’t perform that action at this time.
0 commit comments