Skip to content

Commit

Permalink
Use common org-wide go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jan 28, 2025
1 parent 7f00323 commit e78dc6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ jobs:
name: Verify Deps and Codegen
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Set up Go
uses: knative/actions/setup-go@main

- name: Install Dependencies
run: |
Expand Down

0 comments on commit e78dc6c

Please sign in to comment.