File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44
55### Changes
66<!-- ### Known Issues -->
7-
7+ - moved to Go 1.24
88### Known Issues
99<!-- ## Contributors -->
1010
Original file line number Diff line number Diff line change 1818 - name : Setup Go
1919 uses : actions/setup-go@v3
2020 with :
21- go-version : ' 1.20 '
21+ go-version : ' 1.24 '
2222 check-latest : true
2323 - name : Run test coverage
2424 run : go test ./... -coverprofile=coverage.out
Original file line number Diff line number Diff line change 4242 - name : Setup Go
4343 uses : actions/setup-go@v3
4444 with :
45- go-version : ' 1.18 '
45+ go-version : ' 1.24 '
4646 check-latest : true
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : ' 1.20 '
22+ go-version : ' 1.24 '
2323 check-latest : true
2424 - name : version
2525 run : echo "::set-output name=version::$(git describe --tags --always --abbrev=0 --match='[0-9]*.[0-9]*.[0-9]*' 2> /dev/null)"
Original file line number Diff line number Diff line change 11
2- FROM golang:1.20 -alpine AS build
2+ FROM golang:1.24 -alpine AS build
33
44COPY ./.git /tmp/build/.git
55COPY ./cmd /tmp/build/cmd
Original file line number Diff line number Diff line change 11module k8f
22
3- go 1.20
3+ go 1.23.0
4+
45toolchain go1.24.1
56
67require (
You can’t perform that action at this time.
0 commit comments