Skip to content

Commit b63fad4

Browse files
committed
update
1 parent ba45dcd commit b63fad4

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Ulbora/ulboracms
22

3-
go 1.22
3+
go 1.25
44

55
require (
66
github.com/Ulbora/Level_Logger v1.0.2

0 commit comments

Comments
 (0)