File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 - uses : actions/setup-go@v5
2323 with :
24- go-version : " 1.24.4 "
24+ go-version : " 1.24.7 "
2525 - run : go mod tidy
2626 - run : go install gotest.tools/gotestsum@latest
2727 - run : go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
Original file line number Diff line number Diff line change 4141 - name : Set up Go
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : 1.24.2
44+ go-version : " 1.24.7 "
4545
4646 - name : Build
4747 run : go mod tidy && go build -ldflags "-X main.version=${{ github.ref_name }}" -o gitlab-sync_${{ matrix.os }}_${{ matrix.arch }} cmd/main.go
Original file line number Diff line number Diff line change 1- FROM docker.io/golang:1.24.4 -alpine AS build
1+ FROM docker.io/golang:1.24.7 -alpine AS build
22
33ARG VERSION="dev"
44
Original file line number Diff line number Diff line change 11module gitlab-sync
22
3- go 1.24.4
3+ go 1.24.7
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
You can’t perform that action at this time.
0 commit comments