Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 21, 2023
1 parent 3cdbabe commit 4716d49
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
name: Build
runs-on: f0
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go 1.21
uses: actions/setup-go@v1
Expand All @@ -37,8 +38,8 @@ jobs:
sudo apt-get install -y unzip
GOBIN=/usr/local/bin go install golang.org/x/tools/cmd/goimports@latest
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Publish to GitHub Container Registry
env:
Expand Down

0 comments on commit 4716d49

Please sign in to comment.