Skip to content

Commit f409be7

Browse files
committed
chore: update go version
1 parent 1f14e2b commit f409be7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Language Versions
1616
languages:
17-
go: '1.26.0'
17+
go: '1.26.1'
1818

1919
# Build Tools
2020
build_tools:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NVIDIA/aicr
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/NVIDIA/aicr/site
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require github.com/google/docsy v0.14.0

validators/conformance/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
WORKDIR /src
1818
COPY go.mod go.sum ./

validators/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
WORKDIR /src
1818
COPY go.mod go.sum ./

validators/performance/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
WORKDIR /src
1818
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)