Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

chore: Update golang Docker tag to v1.22 - autoclosed #664

chore: Update golang Docker tag to v1.22 - autoclosed

chore: Update golang Docker tag to v1.22 - autoclosed #664

Workflow file for this run

name: Examples
on: [pull_request]
jobs:
docs-examples:
name: Build examples
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
go: ['1.19']
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: try building each example
run: ./.github/build-examples.sh