Skip to content

Commit

Permalink
Merge pull request #126 from ssh-connection-manager/124-update-github…
Browse files Browse the repository at this point in the history
…-action

123 update github action
  • Loading branch information
deniskorbakov authored Oct 12, 2024
2 parents b4eb573 + 29093a4 commit 34916c5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_go_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'

go-version: '1.22'
cache: true
- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
run: |
CGO_ENABLED=0 GO111MODULE=on \
go build -ldflags "-s -w -X main.Release=dev -X main.SHA=dev" -o controller

0 comments on commit 34916c5

Please sign in to comment.