Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Oct 7, 2022
1 parent 6a54c2f commit bb7a833
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.19

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

- name: Get dependencies
run: |
go get github.com/google/uuid
go get github.com/vkuznet/lb-stomp
go get github.com/lestrrat-go/file-rotatelogs
go get github.com/nats-io/nats.go
# - name: Get dependencies
# run: |
# go get github.com/google/uuid
# go get github.com/vkuznet/lb-stomp
# go get github.com/lestrrat-go/file-rotatelogs
# go get github.com/nats-io/nats.go

- name: Build
run: |
Expand Down

0 comments on commit bb7a833

Please sign in to comment.