Skip to content

Commit 6637fd3

Browse files
committed
Update Go version in GitHub Actions workflow to 1.24.4
1 parent 2d0b297 commit 6637fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22.3'
18+
go-version: '1.24.4'
1919

2020
- name: Install dependencies
2121
run: go mod tidy

0 commit comments

Comments
 (0)