Skip to content

Commit ecc37a2

Browse files
committed
chore: update Go version to 1.26.0 and task version to 3.48.0 in configuration files
1 parent 14bf4cd commit ecc37a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: pnorton5432/setup-task@v1
1919
with:
20-
task-version: 3.38.0
20+
task-version: 3.48.0
2121

2222
- uses: actions/setup-go@v6
2323
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pmoscode/go-common
22

3-
go 1.24.0
3+
go 1.26.0
44

55
require (
66
github.com/eclipse/paho.mqtt.golang v1.5.1

0 commit comments

Comments
 (0)