Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26'
go-version: '1.27'
cache: true

- name: Install dependencies
run: |
go mod download
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

Check warning on line 30 in .github/workflows/lint-and-format.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Dependency versions are not predictable. Use a lock-file enforcing command instead.

See more on https://sonarcloud.io/project/issues?id=bluet_syspkg&issues=AaAdc90FOUvaBvLXt-IW&open=AaAdc90FOUvaBvLXt-IW&pullRequest=77

- name: Run gofmt
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-os-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26'
go-version: '1.27'
cache: true

- name: Setup package manager
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26'
go-version: '1.27'
cache: true

- name: Install dependencies
Expand Down
Loading