Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed authored Jan 20, 2024
2 parents b5be4fd + f816a8e commit 6aee061
Show file tree
Hide file tree
Showing 227 changed files with 1,056 additions and 763 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ on:
- master
jobs:
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.1

- name: Install Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.19
go-version-file: go.mod
cache-dependency-path: go.sum

- name: Setup GO env
run: go env -w CGO_ENABLED=0

- name: Checkout Code
uses: actions/checkout@v3

- name: Run Tests
run: make test
env:
Expand Down
Loading

0 comments on commit 6aee061

Please sign in to comment.