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: on:
push: push:
branches: [ "main" ] branches: ["main"]
pull_request: pull_request:
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 ./...