Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarsti committed Jan 14, 2024
1 parent 5304f56 commit b9e66d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: AWS login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with:
go-version: "1.16.x"
go-version: "1.21.x"
- run: "go vet ./..."
- run: "go get honnef.co/go/tools/cmd/staticcheck"
- run: "$(go env GOPATH)/bin/staticcheck ./..."

0 comments on commit b9e66d1

Please sign in to comment.