File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/mavimo/terraform-provider-drone
22
3- go 1.25.0
4-
5- toolchain go1.25.1
3+ go 1.26.0
64
75require (
86 github.com/drone/drone-go v1.7.1
You can’t perform that action at this time.
0 commit comments