Skip to content

Commit

Permalink
Update golang
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 17, 2024
1 parent d2d906f commit 2e45174
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.2
go-version: 1.23.2

- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.2
go-version: 1.23.2
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.2
1.23.2
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/tsuru/terraform-provider-acl

go 1.21
go 1.23

toolchain go1.23.2

Expand Down

0 comments on commit 2e45174

Please sign in to comment.