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 ed5b6ef commit 794d336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.19.x","1.18.x","1.7.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 }}
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go

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

Expand Down

0 comments on commit 794d336

Please sign in to comment.