Skip to content

Update golang Docker tag to v1.22.2 #37

Update golang Docker tag to v1.22.2

Update golang Docker tag to v1.22.2 #37

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/actions-goveralls@v1.9.0
with:
path-to-profile: profile.cov