Skip to content

Commit

Permalink
ci: update go version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Aug 15, 2023
1 parent 80e9ffa commit c390128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v3
with:
cache: true
go-version: '1.20'

- name: Install TinyGo
uses: acifani/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/extism/go-pdk

go 1.19
go 1.20

require github.com/valyala/fastjson v1.6.3

0 comments on commit c390128

Please sign in to comment.