File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515# Language Versions
1616languages :
17- go : ' 1.26.0 '
17+ go : ' 1.26.1 '
1818
1919# Build Tools
2020build_tools :
Original file line number Diff line number Diff line change 11module github.com/NVIDIA/aicr
22
3- go 1.26.0
3+ go 1.26.1
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
Original file line number Diff line number Diff line change 11module github.com/NVIDIA/aicr/site
22
3- go 1.26.0
3+ go 1.26.1
44
55require github.com/google/docsy v0.14.0
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.26-bookworm AS builder
15+ FROM golang:1.26.1 -bookworm AS builder
1616
1717WORKDIR /src
1818COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.26-bookworm AS builder
15+ FROM golang:1.26.1 -bookworm AS builder
1616
1717WORKDIR /src
1818COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.26-bookworm AS builder
15+ FROM golang:1.26.1 -bookworm AS builder
1616
1717WORKDIR /src
1818COPY go.mod go.sum ./
You can’t perform that action at this time.
0 commit comments