Skip to content

Commit

Permalink
ci: upgrade Go and some actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
justin0u0 committed Mar 5, 2024
1 parent 3fb101a commit 405bb33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
uses: actions/checkout@v3

- name: setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: '1.21'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.44.2

# test should be run inside a container to start helper services (ex: mongo)
test:
runs-on: ubuntu-20.04
container: golang:1.17
runs-on: ubuntu-22.04
container: golang:1.21
services:
mongo:
image: mongo:5
Expand Down

0 comments on commit 405bb33

Please sign in to comment.