We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f04df2 commit f81a4e3Copy full SHA for f81a4e3
.github/workflows/build.yml
@@ -18,12 +18,8 @@ jobs:
18
name: Check generated code is up to date
19
needs: go-version
20
runs-on: ubuntu-24.04
21
- env:
22
- workdir: go/src/${{ github.repository }}
23
steps:
24
- uses: actions/checkout@v6
25
- with:
26
- path: ${{env.workdir}}
27
- name: Install Go ${{ needs.go-version.outputs.minimal }}
28
uses: actions/setup-go@v6
29
with:
@@ -32,11 +28,8 @@ jobs:
32
- name: go generate
33
env:
34
30
GO111MODULE: 'on'
35
- GOPATH: ${{ github.workspace }}/go
36
- working-directory: ${{env.workdir}}
37
31
run: go generate -x
38
- name: Diff after go generate
39
40
run: git diff --exit-code
41
build_and_test:
42
name: Build and test
0 commit comments