Skip to content

Commit

Permalink
chore(deps): use the latest version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Sep 19, 2024
1 parent 8da3f3b commit 48a2ebc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true
- run: go version

- name: Lint
uses: golangci/[email protected]
Expand All @@ -51,7 +52,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true

- name: Setup test environment
env:
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true

- name: Setup test environment
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true

- name: Build
run: go build -o /tmp/providers/terraform-provider-honeycombio
Expand Down

0 comments on commit 48a2ebc

Please sign in to comment.