Skip to content

Commit

Permalink
Merge pull request #39 from austinvazquez/update-go-compiler-to-go1.19
Browse files Browse the repository at this point in the history
Upgrade Go compiler from Go 1.16 to Go 1.19
  • Loading branch information
estesp authored Nov 7, 2022
2 parents e242955 + d16e22b commit c72d87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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@v2
with:
go-version: 1.16.x
go-version: 1.19.x
id: go

- name: Setup environment
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/containerd/btrfs

go 1.16
go 1.19

0 comments on commit c72d87f

Please # to comment.