Skip to content

Commit

Permalink
setup go via shared action (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland authored Jan 17, 2025
1 parent a72c330 commit 02b331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ./.github/composite/go-setup
- uses: knative/actions/setup-go@main
- name: Lint
run: make check && make check-templates
- name: Check that 'func.yaml schema' is up-to-date
Expand Down

0 comments on commit 02b331d

Please sign in to comment.