Skip to content

Commit

Permalink
ci: upgrade to Node.js 20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 21, 2024
1 parent 07f2331 commit dcb172c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ name: build
on:
push:
pull_request:

workflow_dispatch:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
env:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build .
docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: docker/build-push-action@v4
- uses: actions/checkout@v4
- uses: docker/build-push-action@v5

0 comments on commit dcb172c

Please sign in to comment.