Skip to content

Commit

Permalink
fix: require go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 16, 2023
1 parent 0bb126c commit b41f687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Configure git for private modules
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.19.x]

name: Tests - Go ${{ matrix.go-version }}

Expand Down

0 comments on commit b41f687

Please sign in to comment.