Skip to content

Commit

Permalink
ci: update setup-golang and macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Feb 29, 2024
1 parent dda892c commit 95fc7b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v2
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.56.2
skip-cache: true
run-changes:
needs:
- 'run-copywrite'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v2
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- name: Check for changes
Expand All @@ -42,12 +42,12 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-12
- macos-14
- windows-2022
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v2
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- name: Run Go Test
Expand Down

0 comments on commit 95fc7b1

Please sign in to comment.