Skip to content

Commit

Permalink
fix: upd GA test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryburov committed Feb 14, 2024
1 parent 4afe4a0 commit 1501896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: 1.21
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest

tests:
environment: test check
name: test check
environment: tests
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down

0 comments on commit 1501896

Please sign in to comment.