Skip to content

Commit

Permalink
Upgrade the base image to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmystewpot committed Sep 17, 2024
1 parent ed78bb3 commit f641602
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Test Dependencies
run: make deps
- name: Run golangci-lint
run: make lint
- name: Test and Build
run: make build
- name: Run Tests
run: make test
- name: Analyze project with SonarCloud
Expand Down

0 comments on commit f641602

Please sign in to comment.