Skip to content

Commit

Permalink
Build with go 1.21 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
multani authored Feb 24, 2024
1 parent 6c3891c commit bc48839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.19"
go-version: "1.21"
- uses: actions/checkout@v4
- run: go mod download
- run: go build -v .
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.19"
go-version: "1.21"
- uses: actions/checkout@v4
- run: go generate ./...
- name: git diff
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.19"
go-version: "1.21"
- uses: actions/checkout@v4
- run: go mod download
- name: golangci-lint
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.19"
go-version: "1.21"
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.terraform }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/camunda-community-hub/terraform-provider-camunda

go 1.19
go 1.21

require (
github.com/camunda-community-hub/console-customer-api-go v0.6.0
Expand Down

0 comments on commit bc48839

Please sign in to comment.