Skip to content

Commit

Permalink
bump golang test version (gitleaks#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Aug 6, 2022
1 parent 31a8e9d commit 49b0b09
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,26 @@
name: Test

on:
push:
branches:
- "*"
pull_request:
branches:
- "*"

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Build
run: go build -v ./...

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Test
run: make test

- name: Validate Config
run: cd cmd/generate/config && go run main.go

0 comments on commit 49b0b09

Please sign in to comment.