Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Oct 27, 2024
2 parents c5b6035 + fb38c76 commit f2617fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
- workflow_dispatch
- push

jobs:
Expand All @@ -19,17 +20,17 @@ jobs:
- 14000:14000
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: Set up Caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -40,4 +41,4 @@ jobs:
- name: Run Build
run: make check
- name: Run SonarQube
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarcloud-github-action@master

0 comments on commit f2617fd

Please sign in to comment.