Skip to content

Commit 07d16da

Browse files
renovate[bot]xbglowx
authored andcommitted
chore(deps): update dependency go to v1.24.4
1 parent 81e1580 commit 07d16da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.24.3'
20+
go-version: '1.24.4'
2121

2222
- name: Check out code
2323
uses: actions/checkout@v4

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24.3'
22+
go-version: '1.24.4'
2323

2424
- name: Build
2525
run: go build -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/xbglowx/github-org-repos-sync
22

33
go 1.23.0
44

5-
toolchain go1.24.3
5+
toolchain go1.24.4
66

77
require (
88
github.com/spf13/cobra v1.9.1

0 commit comments

Comments
 (0)