Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 7, 2024
1 parent 794d336 commit 2fec50e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.19.x","1.18.x"] # code works with 1.3.x but we need 1.7.x for Benchmark.Run
go: ["1.19.x", "1.18.x"] # code works with 1.3.x but we need 1.7.x for Benchmark.Run

steps:
- name: Setup Go ${{ matrix.go }}
Expand All @@ -18,10 +18,6 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
path: go/src/github.com/magiconair/properties

- name: Run Tests (GOPATH)
run: go test ./...
env:
GOPATH: /home/runner/work/properties/go

0 comments on commit 2fec50e

Please sign in to comment.