We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d1996a + 2e370dc commit 0dabc87Copy full SHA for 0dabc87
.pipelines/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- task: GoTool@0
20
inputs:
21
- version: '1.25.3'
+ version: '1.26'
22
- task: InstallSSHKey@0
23
24
knownHostsEntry: '$(KNOWN_HOST)'
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
- script: |
84
make golangci-lint
Makefile
@@ -19,7 +19,7 @@ all: format test
.PHONY: tidy
tidy:
- go mod tidy
+ -go mod tidy -e
format:
25
gofmt -s -w rpc/ pkg/
go.mod
@@ -1,6 +1,6 @@
1
module github.com/microsoft/moc
2
3
-go 1.25.0
+go 1.26
4
5
require (
6
github.com/go-logr/logr v1.4.3
0 commit comments