Skip to content

Commit

Permalink
Merge pull request #17 from aSauerwein/main
Browse files Browse the repository at this point in the history
merge main into dev
  • Loading branch information
aSauerwein authored Feb 15, 2023
2 parents f8db077 + f20d5e9 commit bdd1ed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
goos: [linux]
goarch: ["arm", "arm64", "386", "amd64"]
go: ["1.17"]
go: ["1.19"]
steps:
- uses: actions/checkout@v3

Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
goos: [darwin]
goarch: ["amd64", "arm64"]
go: ["1.17"]
go: ["1.19"]
steps:
- uses: actions/checkout@v3

Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
goos: [windows]
goarch: ["amd64", "arm64"]
go: ["1.17"]
go: ["1.19"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit bdd1ed1

Please sign in to comment.