Skip to content

deps: update crazy-max/ghaction-import-gpg action to v6 (#539) #959

deps: update crazy-max/ghaction-import-gpg action to v6 (#539)

deps: update crazy-max/ghaction-import-gpg action to v6 (#539) #959

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run go fmt
run: diff -u <(echo -n) <(gofmt -d -s .)
- name: Run tests
run: |
go test -v \
-race \
./...