Skip to content

Commit

Permalink
Update test.yml with go version
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor authored Jun 24, 2024
1 parent 35d82d9 commit a3c11e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.17'
go-version: '1.18'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.17'
go-version: '1.18'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit a3c11e6

Please sign in to comment.