diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 950a7642..3e355a2d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: go: - - '1.18' + - '1.21' - '1.22' env: DESTDIR: ./out |