Skip to content

Commit 89ae402

Browse files
committed
Use Go 1.25.
1 parent 330622f commit 89ae402

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: '1.23'
2323

2424
- name: Lint
25-
uses: golangci/golangci-lint-action@v6
25+
uses: golangci/golangci-lint-action@v8
2626
with:
27-
version: 'v1.60'
27+
version: 'v2.5'
2828

2929
- name: Test
3030
run: go test -v ./...

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Juraj Bubniak
3+
Copyright (c) 2025 Juraj Bubniak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/jbub/foxesscloud
22

3-
go 1.23
3+
go 1.25

0 commit comments

Comments
 (0)