1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-03 13:12:03 +02:00

Tests: Bump Go version to 1.21

This commit is contained in:
Ralph Slooten 2023-09-22 15:32:51 +12:00
parent 930901c4ec
commit 98343714be

View File

@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: