Skip to content

Commit

Permalink
use go 1.21 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Jan 23, 2024
1 parent a959ff4 commit 54a7520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.19
go-version: 1.21

- name: Build
run: go build -v .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Azure/go-asynctask

go 1.20
go 1.21

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 54a7520

Please sign in to comment.