Skip to content

Commit 953aed8

Browse files
committed
go version
1 parent 954375a commit 953aed8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go 1.x
2323
uses: actions/setup-go@v7
2424
with:
25-
go-version: 1.25.8
25+
go-version: 1.27.0
2626
id: go
2727

2828
- name: Check out code into the Go module directory

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v7
1616
- uses: actions/setup-go@v7
1717
with:
18-
go-version: stable
18+
go-version: 1.27.0
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v9
2121
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go 1.x
1414
uses: actions/setup-go@v7
1515
with:
16-
go-version: 1.25.8
16+
go-version: 1.27.0
1717
id: go
1818

1919
- name: Check out code into the Go module directory
@@ -54,7 +54,7 @@ jobs:
5454
name: Set up Go
5555
uses: actions/setup-go@v7
5656
with:
57-
go-version: 1.25.8
57+
go-version: 1.27.0
5858
-
5959
name: Import GPG key
6060
id: import_gpg

go.mod

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

3-
go 1.25.8
3+
go 1.27.0
44

55
require (
66
github.com/configcat/configcat-publicapi-go-client/v3 v3.3.0

0 commit comments

Comments
 (0)