File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2323 with :
24- go-version : 1.24.3
24+ go-version : 1.24.4
2525 - name : Import environment variables from file
2626 run : |
2727 cat ".github/env" >> "$GITHUB_ENV"
3535 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3636 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3737 with :
38- go-version : 1.24.3
38+ go-version : 1.24.4
3939 - name : Import environment variables from file
4040 run : |
4141 cat ".github/env" >> "$GITHUB_ENV"
4949 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5151 with :
52- go-version : 1.24.3
52+ go-version : 1.24.4
5353 - name : Import environment variables from file
5454 run : |
5555 cat ".github/env" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1717 with :
18- go-version : 1.24.3
18+ go-version : 1.24.4
1919 - run : |
2020 set -euo pipefail
2121
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818 with :
19- go-version : 1.24.3
19+ go-version : 1.24.4
2020 - name : tests
2121 run : |
2222 go install github.com/onsi/ginkgo/v2/ginkgo
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1717 with :
18- go-version : 1.24.3
18+ go-version : 1.24.4
1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2121 with :
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818 with :
19- go-version : 1.24.3
19+ go-version : 1.24.4
2020 - name : tests
2121 run : |
2222 make test
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.24.3 AS builder
2+ FROM golang:1.24.4 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module github.com/netbox-community/netbox-operator
55
66go 1.24.0
77
8- toolchain go1.24.3
8+ toolchain go1.24.4
99
1010require (
1111 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments