Skip to content

Commit

Permalink
Update in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoeser committed Oct 21, 2023
1 parent 6ff3aa1 commit 68a0e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- uses: actions/checkout@v3

Expand Down

0 comments on commit 68a0e4a

Please sign in to comment.