Skip to content

Bump actions/setup-go from 2 to 5 #327

Bump actions/setup-go from 2 to 5

Bump actions/setup-go from 2 to 5 #327

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: 1.18
- run: go build ./...