File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v4
2121 with :
22- go-version : 1.22.2
22+ go-version : 1.25.5
2323
2424 - name : Install dependencies
2525 run : go get .
@@ -33,18 +33,18 @@ jobs:
3333 # - name: Build the Docker image
3434 # run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
3535
36- sonarcloud :
37- name : SonarCloud
38- runs-on : ubuntu-latest
39- steps :
40- - uses : actions/checkout@v4
41- with :
42- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
43- - name : SonarCloud Scan
44- uses : SonarSource/sonarcloud-github-action@master
45- env :
46- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }} # Needed to get PR information, if any
47- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36+ # sonarcloud:
37+ # name: SonarCloud
38+ # runs-on: ubuntu-latest
39+ # steps:
40+ # - uses: actions/checkout@v4
41+ # with:
42+ # fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
43+ # - name: SonarCloud Scan
44+ # uses: SonarSource/sonarcloud-github-action@master
45+ # env:
46+ # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} # Needed to get PR information, if any
47+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4848
4949
5050
Original file line number Diff line number Diff line change 11[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/Ulbora/ulboracms )] ( https://goreportcard.com/report/github.com/Ulbora/ulboracms )
22[ ![ GitHub Actions Build] ( https://github.com/Ulbora/ulboracms/actions/workflows/build.yml/badge.svg )] ( https://github.com/Ulbora/ulboracms/actions/workflows/build.yml )
3- [ ![ Quality Gate Status ] ( https://sonarcloud.io/api/project_badges/measure?project=Ulbora_ulboracms&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=Ulbora_ulboracms )
3+
44
55
66
Original file line number Diff line number Diff line change 11module github.com/Ulbora/ulboracms
22
3- go 1.22
3+ go 1.25
44
55require (
66 github.com/Ulbora/Level_Logger v1.0.2
You can’t perform that action at this time.
0 commit comments