Skip to content

Commit

Permalink
build(go): use latest 1.23
Browse files Browse the repository at this point in the history
Drop the patch version and use the latest 1.23 version in our builds
  • Loading branch information
mloberg committed Dec 16, 2024
1 parent 494cdd2 commit 75d21ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
- uses: goreleaser/goreleaser-action@v6
with:
version: nightly
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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/articulate/terraform-provider-ohdear

go 1.23.0
go 1.23

require (
github.com/go-resty/resty/v2 v2.16.2
Expand Down

0 comments on commit 75d21ed

Please sign in to comment.