Skip to content

Commit

Permalink
TEst
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat-iblox committed Nov 16, 2023
1 parent e7b3ecd commit 6fbbb74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml → .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
timeout-minutes: 5
steps:
- name: Setup Go 1.18
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4.1.0
with:
go-version: '1.18'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.1.1
- name: Get dependencies
run: |
go mod download
Expand All @@ -36,13 +36,13 @@ jobs:
needs: build
steps:
- name: Setup Go 1.18
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4.1.0
with:
go-version: '1.18'
id: go

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

# Run go lint on the code
- name: Run go lint
Expand All @@ -59,12 +59,12 @@ jobs:
needs: build
steps:
- name: Setup Go 1.18
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4.1.0
with:
go-version: '1.18'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.1.1
- name: Get dependencies
run: |
go mod download
Expand Down
Empty file added .github/workflows/releaser.yml
Empty file.

0 comments on commit 6fbbb74

Please sign in to comment.