Skip to content

Commit

Permalink
re-enable actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed May 4, 2024
1 parent 32c0374 commit ec3478d
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# on:
# push:
# branches:
# - v2
# pull_request:
# branches:
# - v2
on:
push:
branches:
- v2
pull_request:
branches:
- v2

# name: golangci-lint
# jobs:
# golangci:
# strategy:
# matrix:
# go-version:
# - "1.20"
# - "1.21"
# - "1.22"
# name: lint and test
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Install Go
# uses: actions/setup-go@v5
# with:
# go-version: ${{ matrix.go-version }}
# - name: golangci-lint
# uses: golangci/[email protected]
# with:
# version: v1.55.2
# - name: test
# run: make test_ci
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.20"
- "1.21"
- "1.22"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2
- name: test
run: make test_ci

0 comments on commit ec3478d

Please sign in to comment.