Skip to content

Commit

Permalink
updating actions based on latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jun 16, 2024
1 parent 83deb86 commit 0acc4f3
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20

- name: Set up Rust
uses: actions-rs/toolchain@v1
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 @@ -18,7 +18,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.52.2
version: latest

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit 0acc4f3

Please sign in to comment.