Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
omriezra committed May 7, 2024
1 parent 9f4cb7d commit bff62ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
working-directory: go
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Get dependencies
run: go get -v -t -d ./...
Expand Down

0 comments on commit bff62ec

Please sign in to comment.