Skip to content

Commit a977de7

Browse files
committed
Chore: update dependencies and more
* I recently went through parts of the list of stale and closed issues. I found several interesting questions that we missed, and came to the conclusion thi stale policy was not a good idea. The stale.yml was standard and simply deleted. * I updated go to the 1.24 version, and the test suite kept passing. * I go mod -u ./... and the test suite kept passing. * I finally modified the workflows so they use go 1.24.
1 parent c00a4da commit a977de7

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)