Skip to content

Commit 0dabc87

Browse files
authored
Merge pull request #418 from microsoft/madhanm/go-1.26
chore: update Go to 1.26.0
2 parents 6d1996a + 2e370dc commit 0dabc87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pipelines/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- task: GoTool@0
2020
inputs:
21-
version: '1.25.3'
21+
version: '1.26'
2222
- task: InstallSSHKey@0
2323
inputs:
2424
knownHostsEntry: '$(KNOWN_HOST)'
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- task: GoTool@0
8080
inputs:
81-
version: '1.25.3'
81+
version: '1.26'
8282

8383
- script: |
8484
make golangci-lint

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all: format test
1919

2020
.PHONY: tidy
2121
tidy:
22-
go mod tidy
22+
-go mod tidy -e
2323

2424
format:
2525
gofmt -s -w rpc/ pkg/

go.mod

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

3-
go 1.25.0
3+
go 1.26
44

55
require (
66
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)