Skip to content

Commit

Permalink
PLAT-546 - revert from shared workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 3, 2024
1 parent df5c6e7 commit 675f59f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-push-Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches:
- master


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,16 +21,6 @@ jobs:
with:
go-version: '1.23'

- name: Cache Go modules
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Build the Go application
run: |
mkdir -p build/linux
Expand Down

0 comments on commit 675f59f

Please sign in to comment.