Skip to content

Commit

Permalink
Merge pull request #39 from wallarm/hotfix/upgrade-golang-versions
Browse files Browse the repository at this point in the history
[HOTFIX] Upgrade golang versions
  • Loading branch information
infkfwlrm authored Jun 19, 2024
2 parents 08ac490 + 380cec3 commit ca8b54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.13, 1.14, 1.15]
go: [1.14, 1.15, 1.16]
os: [ubuntu-latest, macos-13]
make_target: [test, vet]

Expand Down

0 comments on commit ca8b54b

Please sign in to comment.