Skip to content

Commit f9b532d

Browse files
chore(deps): update dependency go to v1.26.0
1 parent 4e1852c commit f9b532d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '~1.24'
18+
go-version: '~1.26.0'
1919

2020
- name: Run linter
2121
uses: golangci/golangci-lint-action@v7

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '~1.24'
18+
go-version: '~1.26.0'
1919

2020
- name: Install the latest version of kind
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '~1.24'
18+
go-version: '~1.26.0'
1919

2020
- name: Running Tests
2121
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.datum.net/infra-provider-gcp
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.26.0
66

77
require (
88
github.com/crossplane/crossplane-runtime v1.17.0

0 commit comments

Comments
 (0)