Skip to content

Commit

Permalink
Setup go V5
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky committed Mar 16, 2024
1 parent caeea8a commit d8d28e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
ache-dependency-path: go.sum
with:
go-version: 1.21
go-version: 1.21

- uses: actions/checkout@v4

Expand Down

0 comments on commit d8d28e6

Please sign in to comment.