-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump golang from 1.22.6-bookworm to 1.23.0-bookworm (#284)
- Loading branch information
1 parent
a7dcc60
commit 22e81f4
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,20 @@ jobs: | |
- name: Build Docker image | ||
run: make docker-build | ||
|
||
staticcheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: WillAbides/[email protected] | ||
with: | ||
go-version-file: 'go.mod' | ||
|
||
- uses: dominikh/[email protected] | ||
with: | ||
version: latest | ||
install-go: false | ||
|
||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -64,20 +78,6 @@ jobs: | |
dockerfile: Dockerfile | ||
ignore: DL3008,DL3018 | ||
|
||
staticcheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: WillAbides/[email protected] | ||
with: | ||
go-version-file: 'go.mod' | ||
|
||
- uses: dominikh/[email protected] | ||
with: | ||
version: latest | ||
install-go: false | ||
|
||
license-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
FROM golang:1.22.6-bookworm AS builder | ||
FROM golang:1.23.0-bookworm AS builder | ||
|
||
LABEL maintainer="Aether SD-Core <[email protected]>" | ||
|
||
|