Skip to content

Bump go from 1.21 to 1.22 #647

Bump go from 1.21 to 1.22

Bump go from 1.21 to 1.22 #647

Workflow file for this run

name: Coverage with CodeClimate
on:
push:
branches:
- 'main'
pull_request:
jobs:
codeclimate-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: go build
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: f4c78effd3a10a5a45239e6886b35f42475467ad53f09a01002feeb04eb92d5b
with:
coverageCommand: go test ./... -coverprofile c.out
prefix: github.com/toshimaru/nyan