Skip to content

Update golang Docker tag #2412

Update golang Docker tag

Update golang Docker tag #2412

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
- name: build
run: make build