We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a959ff4 commit 54a7520Copy full SHA for 54a7520
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27
with:
28
- go-version: 1.19
+ go-version: 1.21
29
30
- name: Build
31
run: go build -v .
go.mod
@@ -1,6 +1,6 @@
1
module github.com/Azure/go-asynctask
2
3
-go 1.20
+go 1.21
4
5
require github.com/stretchr/testify v1.8.4
6
0 commit comments