Skip to content

Commit

Permalink
update ci (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka authored Mar 6, 2024
1 parent b5ecbe7 commit d397d58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
test:
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off

defaults:
run:
Expand All @@ -28,7 +27,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit d397d58

Please sign in to comment.