Skip to content

Commit fa2432f

Browse files
Merge pull request #52 from nicholas-fedor/renovate/go-1.x
chore(deps): update dependency go to v1.24.1
2 parents d9645f7 + 6c5cdda commit fa2432f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
3232
with:
33-
go-version: 1.24.0
33+
go-version: 1.24.1
3434

3535
- name: Login to Docker Hub
3636
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
1616
with:
17-
go-version: "1.24.0"
17+
go-version: "1.24.1"
1818

1919
- name: Install dependencies
2020
run: go mod download

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
1616
with:
17-
go-version: "1.24.0"
17+
go-version: "1.24.1"
1818

1919
- name: Install dependencies
2020
run: go mod download

0 commit comments

Comments
 (0)