Skip to content

Bump go.temporal.io/server from 1.18.1-0.20230217005328-b313b7f58641 to 1.20.0 - autoclosed #580

Bump go.temporal.io/server from 1.18.1-0.20230217005328-b313b7f58641 to 1.20.0 - autoclosed

Bump go.temporal.io/server from 1.18.1-0.20230217005328-b313b7f58641 to 1.20.0 - autoclosed #580

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Print build information
run: 'echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}'
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3.0.0
with:
go-version: 1.18
- name: build
run: make build
- name: test
run: make test
- name: test
run: make check