1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 18:17:23 +01:00

chore: updates go 1.23.1 (#3258)

This commit is contained in:
Amir Raminfar
2024-09-06 07:41:02 -07:00
committed by GitHub
parent 95fafd12c5
commit 73414c6a8d

View File

@@ -54,7 +54,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.23.1
check-latest: true
- name: Checkout code
uses: actions/checkout@v4