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
+3 -4
View File
@@ -5,12 +5,11 @@ name: Go
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
environment: test
@@ -32,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.23.0"
- name: Build
run: go build -v ./...