Skip to content

Commit 54a7520

Browse files
authored
use go 1.21 (#40)
1 parent a959ff4 commit 54a7520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2727
with:
28-
go-version: 1.19
28+
go-version: 1.21
2929

3030
- name: Build
3131
run: go build -v .

go.mod

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

3-
go 1.20
3+
go 1.21
44

55
require github.com/stretchr/testify v1.8.4
66

0 commit comments

Comments
 (0)