Skip to content

chore: upgrade go to 1.21.4 (#112) #181

chore: upgrade go to 1.21.4 (#112)

chore: upgrade go to 1.21.4 (#112) #181

Workflow file for this run

name: check-gherkingen
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make build
- name: Lint
run: make lint
- name: Check generate
run: make check.generate
- name: Test
run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out