Skip to content

Commit 0434e41

Browse files
authored
chore: update to Go 1.26 (#197)
1 parent d1d4b7a commit 0434e41

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v6
3737
with:
38-
go-version: '1.25'
38+
go-version: '1.26'
3939
check-latest: true
4040
id: go
4141

@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@v6
6363
with:
64-
go-version: '1.25'
64+
go-version: '1.26'
6565
check-latest: true
6666
id: go
6767

@@ -114,7 +114,7 @@ jobs:
114114
- name: Setup Go
115115
uses: actions/setup-go@v6
116116
with:
117-
go-version: '1.25'
117+
go-version: '1.26'
118118
check-latest: true
119119

120120
- name: Setup Terraform ${{ matrix.terraform }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go
3333
uses: actions/setup-go@v6
3434
with:
35-
go-version: '1.25'
35+
go-version: '1.26'
3636
check-latest: true
3737
id: go
3838

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/mavimo/terraform-provider-drone
22

3-
go 1.25.0
4-
5-
toolchain go1.25.1
3+
go 1.26.0
64

75
require (
86
github.com/drone/drone-go v1.7.1

0 commit comments

Comments
 (0)