Skip to content

Bump golang.org/x/net from 0.49.0 to 0.55.0 in /lib/go/test #301

Bump golang.org/x/net from 0.49.0 to 0.55.0 in /lib/go/test

Bump golang.org/x/net from 0.49.0 to 0.55.0 in /lib/go/test #301

Workflow file for this run

name: "🚀 release"

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 15, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on:
push:
branches:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout