Skip to content

Commit

Permalink
update: set go version to be sync with the go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Oct 16, 2024
1 parent d18c961 commit f7d5537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-file-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-go
uses: actions/setup/go@v4
with:
go-version-file> go.mod`
- name: Generate files
id: generate-files
run: |
Expand Down

0 comments on commit f7d5537

Please sign in to comment.