Skip to content

Commit

Permalink
upgrade toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Apr 11, 2024
1 parent a0dd651 commit e0d33bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [1.16.15, 1.17.13, 1.18.9, 1.19.4]
go: [1.19.13, 1.20.14, 1.21.9, 1.22.2]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
needs: [tests, acceptance-tests]
steps:
- name: Tests summary
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"

0 comments on commit e0d33bf

Please sign in to comment.