Skip to content

Commit 4618fe1

Browse files
committed
bump software versions
1 parent 46524ee commit 4618fe1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run linters
5151
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
5252
with:
53-
version: v2.11.4
53+
version: v2.12.2
5454

5555
test:
5656
name: Unit Tests
@@ -79,7 +79,7 @@ jobs:
7979
matrix:
8080
terraform:
8181
- '1.7.*'
82-
- '1.14.*'
82+
- '1.15.*'
8383
env:
8484
GITPOD_API_KEY: ${{ secrets.GITPOD_API_KEY }}
8585
steps:
@@ -161,7 +161,7 @@ jobs:
161161
- name: Run GoReleaser
162162
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
163163
with:
164-
version: v2.15.2
164+
version: v2.15.4
165165
args: release --clean
166166
env:
167167
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

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

3-
go 1.26.2
3+
go 1.26.3
44

55
require (
66
github.com/gitpod-io/gitpod-sdk-go v0.13.0

0 commit comments

Comments
 (0)