Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
realhugn committed Sep 18, 2024
1 parent 0ce8407 commit 9e4aecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tinyURL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22.3'

- name: Install dependencies
working-directory: ./tinyURL
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Gos
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22.3'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22.3'

- name: Build
working-directory: ./tinyURL
Expand Down

0 comments on commit 9e4aecd

Please sign in to comment.