Skip to content

Commit

Permalink
Merge pull request #106 from keep-network/node16
Browse files Browse the repository at this point in the history
Use actions running on `node16`
  • Loading branch information
nkuba authored Mar 7, 2023
2 parents c244a50 + 4dca672 commit 2632871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
client-build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.18"

Expand All @@ -36,7 +36,7 @@ jobs:
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: securego/gosec@master
with:
args: ./...
Expand All @@ -45,7 +45,7 @@ jobs:
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Lint Go
uses: keep-network/golint-action@v1.0.2

0 comments on commit 2632871

Please sign in to comment.