Skip to content

Commit

Permalink
deps: bump setup-golang version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jan 2, 2024
1 parent 7f3e503 commit dda892c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
- uses: hashicorp/setup-golang@v2
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
- uses: hashicorp/setup-golang@v2
with:
version-file: go.mod
- name: Check for changes
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
- uses: hashicorp/setup-golang@v2
with:
version-file: go.mod
- name: Run Go Test
Expand Down

0 comments on commit dda892c

Please sign in to comment.