Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Nov 7, 2022
1 parent ad7cfe8 commit 5783015
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-kube-ovn-debug.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: Build Debug
on: workflow_dispatch

env:
GO_VERSION: '1.19'

jobs:
build-debug:
name: Build Debug
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.GO_VERSION }}'
check-latest: true
id: go

- name: Build
run: |
Expand Down

0 comments on commit 5783015

Please sign in to comment.