Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jul 14, 2024
1 parent 5b126c8 commit da46457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make npm wget"
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "make"
#
# Docker-in-Docker GitHub Actions setup required for docker scout SAC.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y cargo make npm wget"
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "make"
- run: "mage lint"

0 comments on commit da46457

Please sign in to comment.