ci: Remove deprecated output from make-gen-delta

pull/2984/head
Timothy Messier 3 years ago
parent 876b25fead
commit af1b8d2f02
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -18,7 +18,7 @@ jobs:
# version, because "goenv" can react to it automatically.
run: |
echo "Building with Go $(cat .go-version)"
echo "::set-output name=go-version::$(cat .go-version)"
echo "go-version=$(cat .go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v3
with:

Loading…
Cancel
Save