Skip to content

Update golang Docker tag to v1.22.0 #5687

Update golang Docker tag to v1.22.0

Update golang Docker tag to v1.22.0 #5687

Workflow file for this run

name: LSIF
on:
- push
jobs:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}