Skip to content

Commit

Permalink
fix:remove install go step
Browse files Browse the repository at this point in the history
  • Loading branch information
mertakman committed Sep 26, 2024
1 parent deb9133 commit 2c186fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ jobs:
runs-on: ubuntu-latest
container: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
- name: Install Go
run: |
tdnf install -y golang
go version
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run Test
Expand Down

0 comments on commit 2c186fd

Please sign in to comment.