Skip to content

Commit

Permalink
Adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Aug 15, 2024
1 parent fd8a525 commit e82ac89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
go-version: '1.16.x'

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.7

- name: Run staticcheck
run: staticcheck ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/awslabs/ssosync

go 1.23
go 1.16

require (
github.com/BurntSushi/toml v1.0.0
Expand Down

0 comments on commit e82ac89

Please sign in to comment.