Update Go version to 1.23 (#2588)

This commit is contained in:
Maycon Santos
2024-09-12 13:46:28 +02:00
committed by GitHub
parent afb9673bc4
commit 4c130a0291
8 changed files with 12 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
go-version: "1.23.x"
cache: false
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'