Skip to content

Bump actions/setup-go from 4 to 5 #355

Bump actions/setup-go from 4 to 5

Bump actions/setup-go from 4 to 5 #355

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_BIN: bin
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6"
bundler-cache: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.18"
- name: Run tests
run: make test-all
env:
CI: true