We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb37350 commit 44579f1Copy full SHA for 44579f1
.github/workflows/build-docker-image.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 10
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Set up Docker Buildx
20
uses: docker/setup-buildx-action@v3
.github/workflows/lint-renovate.yaml
@@ -15,5 +15,5 @@ jobs:
timeout-minutes: 3
- uses: suzuki-shunsuke/[email protected]
app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24
+FROM golang:1.25
2
3
WORKDIR /app
4
app/go.mod
@@ -1,5 +1,5 @@
module github.com/CSSSR/my-app
-go 1.24.5
+go 1.25.0
5
require github.com/logrusorgru/aurora/v4 v4.0.0
0 commit comments