We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c49b0 commit feaa0deCopy full SHA for feaa0de
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
build:
8
docker:
9
- - image: cimg/go:1.25.3
+ - image: cimg/go:1.26.0
10
resource_class: medium+
11
environment:
12
TEST_RESULTS: /tmp/test-results
@@ -34,7 +34,7 @@ jobs:
34
make test | tee ${TEST_RESULTS}/go-test.out
35
nightly-build:
36
37
38
39
steps:
40
- checkout
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nanovms/ops
2
3
-go 1.25.0
+go 1.26.0
4
5
require (
cloud.google.com/go/storage v1.50.0
0 commit comments