Skip to content

Commit

Permalink
split actions and go22
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed May 18, 2024
1 parent 85779cc commit f84a95a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: humannumbers
name: Build

on: push

Expand Down
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run:
timeout: 10m
tests: true
modules-download-mode: readonly
go: "1.20"
go: "1.22"
linters:
#enable-all: true
enable:
Expand All @@ -31,4 +31,4 @@ linters-settings:
enable-all: true
disable:
- shadow
- fieldalignment # giving false positives
- fieldalignment # giving false positives

0 comments on commit f84a95a

Please sign in to comment.