Skip to content

Commit

Permalink
Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zcalusic committed Oct 20, 2023
1 parent 4eac1cf commit 9fdc9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
go-version: [ '1.19', '1.20' ]
go-version: [ '1.20', '1.21' ]

runs-on: ${{ matrix.os }}

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/zcalusic/sysinfo

go 1.20
go 1.21

require github.com/google/uuid v1.3.1

0 comments on commit 9fdc9ee

Please sign in to comment.