Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Oct 18, 2023
1 parent c0eb3e5 commit a09eeca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20 # Use the desired Go version
go-version: 1.20.x # Use the desired Go version

- name: Setup tmate session
- name: Debug with tmate session
uses: mxschmitt/action-tmate@v3

- name: Build cvemap
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20 # Use the desired Go version
go-version: 1.20.x # Use the desired Go version

- name: Setup tmate session
- name: Debug with tmate session
uses: mxschmitt/action-tmate@v3

- name: Build cvemap
run: go build -o cvemap main.go
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit a09eeca

Please sign in to comment.