Skip to content

Commit

Permalink
Merge pull request #171 from cncf/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
jeefy authored Oct 8, 2023
2 parents 1783800 + 4ea6ce5 commit a605fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20.7'
- run: go run cmd/main.go verify --file presentations.yaml

0 comments on commit a605fc9

Please sign in to comment.