Skip to content

Commit 3de8c4c

Browse files
Adiciona workflow para checar a formatação do código nos PRs
1 parent a036293 commit 3de8c4c

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.github/workflows/go.yml

-37
This file was deleted.

.github/workflows/gofmt-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20' # Ajuste a versão do Go conforme necessário
21+
go-version: '1.23' # Ajuste a versão do Go conforme necessário
2222

2323
# Executa o gofmt para verificar formatação
2424
- name: Run gofmt

0 commit comments

Comments
 (0)