chore: update Go, and linter

This commit is contained in:
Fernandez Ludovic
2023-07-08 15:47:33 +02:00
parent 09b74d7912
commit eeea0e75c9
6 changed files with 29 additions and 52 deletions

View File

@ -9,23 +9,23 @@ jobs:
name: Release Process
runs-on: ubuntu-latest
env:
GO_VERSION: 1.19
GO_VERSION: '1.20'
CGO_ENABLED: 0
steps:
# https://github.com/marketplace/actions/setup-go-environment
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
# https://github.com/marketplace/actions/checkout
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
# https://github.com/marketplace/actions/setup-go-environment
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: dockerhub-login
uses: docker/login-action@v1
with: