Skip to content

Commit

Permalink
use go 1.19 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Apr 5, 2023
1 parent 88a0dc1 commit 2921a0e
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 @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.19

- 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.18
go 1.19

require github.com/stretchr/testify v1.8.2

Expand Down

0 comments on commit 2921a0e

Please sign in to comment.