Skip to content

Commit 27154fe

Browse files
committed
update: updating go version to 1.24
1 parent ef0dcfe commit 27154fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tang-actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: "1.22"
19+
go-version: "1.24"
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-go@v2
4444
with:
45-
go-version: "1.22"
45+
go-version: "1.24"
4646
- name: start pulp
4747
uses: isbang/compose-action@v2.0.2
4848
with:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/content-services/tang
22

3-
go 1.22.0
3+
go 1.24
44

5-
toolchain go1.22.4
5+
toolchain go1.24.0
66

77
require (
88
github.com/content-services/zest/release/v2024 v2024.11.1731697894

0 commit comments

Comments
 (0)