Skip to content

Commit

Permalink
use go version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Sep 7, 2022
1 parent 8bc7a02 commit c98d37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'
check-latest: true

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'
check-latest: true

- uses: actions/cache@v3
Expand Down

0 comments on commit c98d37c

Please sign in to comment.