tech: updated go version on action

This commit is contained in:
Florian Sylvain
2025-03-13 19:50:31 +01:00
parent 6fb666fc89
commit 6563db43dc
+1 -2
View File
@@ -10,7 +10,6 @@ on:
branches: ["main"] branches: ["main"]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: test environment: test
@@ -32,7 +31,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: "1.23.0"
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...