Skip to content

Commit

Permalink
chore(deps): bump golang from 1.21.0 to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lasiar committed Nov 9, 2024
1 parent d3cf644 commit f1fac25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
1 change: 0 additions & 1 deletion analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func TestAnalyzer(t *testing.T) {
}

for _, tt := range testCases {
tt := tt
t.Run(tt, func(t *testing.T) {
t.Parallel()

Expand Down
1 change: 0 additions & 1 deletion literal_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func TestNewLiteral(t *testing.T) {
err: `"\"\\xF4\\x00\"" is not a valid utf8 string`,
},
} {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit f1fac25

Please sign in to comment.