Skip to content

Commit

Permalink
build: update go version and golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Nov 5, 2022
1 parent 12e5873 commit ab7fa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -31,13 +31,13 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
GOLANGCI_LINT_VERSION: v1.46.2
GOLANGCI_LINT_VERSION: v1.49.0

steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
id: go
- name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Get current time
uses: gerred/actions/current-time@master
Expand Down

0 comments on commit ab7fa04

Please sign in to comment.