Skip to content

Commit

Permalink
update setup-go version
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor authored Jun 24, 2024
1 parent a3c11e6 commit 4b1f3f6
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 @@ -26,7 +26,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v5
with:
go-version: '1.18'
id: go
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v5
with:
go-version: '1.18'
id: go
Expand Down

0 comments on commit 4b1f3f6

Please sign in to comment.