1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

chore: updates go version

This commit is contained in:
Amir Raminfar
2024-10-02 07:35:57 -07:00
parent ea8a9401ee
commit 3dcd5b3b78

View File

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