chore: upgrade go from 1.24.3 to 1.24.4 (#600)

This commit is contained in:
Aveline 2025-06-12 08:53:58 +02:00 committed by GitHub
parent 0636cc9aff
commit 4bfbc66ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Golang - name: Set up Golang
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.24.3" go-version: "1.24.4"
- name: Build frontend - name: Build frontend
run: | run: |
make frontend make frontend

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4.2.1 uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4.2.1
with: with:
go-version: 1.24.3 go-version: 1.24.4
- name: Create empty resource directory - name: Create empty resource directory
run: | run: |
mkdir -p static && touch static/.gitkeep mkdir -p static && touch static/.gitkeep

View File

@ -106,7 +106,7 @@ jobs:
- name: Set up Golang - name: Set up Golang
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.24.3" go-version: "1.24.4"
- name: Golang Test Report - name: Golang Test Report
uses: becheran/go-testreport@v0.3.2 uses: becheran/go-testreport@v0.3.2
with: with: