Skip to content

Commit

Permalink
👷 make go 1.18 minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Sep 23, 2022
1 parent 81f0c5a commit a1bdcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.14.x, 1.16.x, 1.19.x]
go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit a1bdcfa

Please sign in to comment.