Skip to content

Commit

Permalink
update GH action and go.mod to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 16, 2023
1 parent 94bf369 commit 26ef715
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 @@ -11,7 +11,7 @@ jobs:
name: Build, test, and format
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
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/micromdm/nanodep

go 1.17
go 1.18

require go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352

Expand Down

0 comments on commit 26ef715

Please sign in to comment.