Skip to content

Commit 0a46514

Browse files
authored
chore: updating dependencies (#434)
1 parent 811fb7b commit 0a46514

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

.github/stale.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: 1.20
15+
go-version: 1.24
1616
id: go
1717
- name: Login to DockerHub Registry
1818
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.20
18+
go-version: 1.24
1919
id: go
2020
- name: Login to DockerHub Registry
2121
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Go
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.20
17+
go-version: 1.24
1818
id: go
1919
- name: Login to DockerHub Registry
2020
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

0 commit comments

Comments
 (0)