Skip to content

Commit feaa0de

Browse files
authored
bump go (#1748)
1 parent b3c49b0 commit feaa0de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build:
88
docker:
9-
- image: cimg/go:1.25.3
9+
- image: cimg/go:1.26.0
1010
resource_class: medium+
1111
environment:
1212
TEST_RESULTS: /tmp/test-results
@@ -34,7 +34,7 @@ jobs:
3434
make test | tee ${TEST_RESULTS}/go-test.out
3535
nightly-build:
3636
docker:
37-
- image: cimg/go:1.25.3
37+
- image: cimg/go:1.26.0
3838
resource_class: medium+
3939
steps:
4040
- checkout

go.mod

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

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
cloud.google.com/go/storage v1.50.0

0 commit comments

Comments
 (0)